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

FlowController.registered_controllers

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.

FlowController.dump_passes()

Fetches the passes added to this flow controller.

FlowController.remove_flow_controller(name)

Removes a flow controller.