linchemin.interfaces.workflows.get_workflow_options

linchemin.interfaces.workflows.get_workflow_options(verbose=False)[source]

Returns the available options for the ‘process_routes’ function.

Parameters:

verbose: Optional[bool]]

It indicates whether the information should be printed on the screen (default False)

Returns:

available options: dict

The dictionary listing arguments, options and default values of the ‘process_routes’ function

Example:

>>> options = get_workflow_options(verbose=True)