Skip to content

Add attribute user_options to Flow

Suhas K S requested to merge add_user_options into aiocoap-integration
  • experiment.py: Add optional parameter user_options to the constructor of the Flow class. This has a default value of None. Users can create their own options dictionary to pass tool-specific options for particular flows. This parameter then forms the value of the attribute user_options of the Flow class.

Merge request reports