Part of twisted.flow.pipe View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | process | process implemented by the pipe |
Inherited from Pipe:
Method | _yield | executed during a yield statement by previous stage |
Inherited from Stage (via Pipe):
Method | __iter__ | Undocumented |
Method | next | return current result |
process implemented by the pipe
Take a set of possibly empty results and sets the member variables: results, stop, or failure appropriately