Home | Trees | Indices | Help |
|
---|
|
Implements data execution through a Flow. A FlowNode is used to simplify the forking process and to encapsulate the flow.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|||
Inherited from FlowTaskCallable | |||
---|---|---|---|
|
|
|||
Inherited from |
|
Return the execution result. x -- data chunk If use_fork_execute is True for the flownode then it is returned in the result tuple.
|
Store everything for the execution. flownode -- FlowNode for the execution nodenr -- optional nodenr argument for the flow execute method purge_nodes -- If True nodes not needed for the join will be replaced with dummy nodes to reduce the footprint.
|
Return a fork of this callable, e.g. by making a copy. This method is always called exactly once before a callable is called, so instead of the original callable a fresh fork is called. This ensures that the original callable is preserved when caching is used. If the callable is not modified by the call then it can simply return itself.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1-MDP on Mon Apr 27 21:56:24 2020 | http://epydoc.sourceforge.net |