FlowController¶
- class FlowController(passes, options, **partial_controller)[source]¶
Base class for multiple types of working list.
This class is a base class for multiple types of working list. When you iterate on it, it returns the next pass to run.
Attributes
Methods
FlowController.add_flow_controller
(name, …)Adds a flow controller.
FlowController.controller_factory
(passes, …)Constructs a flow controller based on the partially evaluated controller arguments.
Fetches the passes added to this flow controller.
Removes a flow controller.