Class t.f.p.Pipe(Stage):

Part of twisted.flow.pipe View Source View In Hierarchy

Known subclasses: twisted.flow.pipe.Filter, twisted.flow.pipe.LineBreak

abstract stage which takes a single input stage

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
20 Method __init__ Undocumented
42 Method process process implemented by the pipe
24 Method _yield executed during a yield statement by previous stage

Inherited from Stage:

Line # Kind Name Docs
170 Method __iter__ Undocumented
173 Method next return current result
Line # Kind Name Docs
20 Method __init__ Undocumented
170 Method __iter__ Undocumented
173 Method next return current result
42 Method process process implemented by the pipe
24 Method _yield executed during a yield statement by previous stage
def __init__(self, source, *trap): (source)
Undocumented
def _yield(self): (source)

executed during a yield statement by previous stage

This method is private within the scope of the flow module, it is used by one stage in the flow to ask a subsequent stage to produce its value. The result of the yield is then stored in self.result and is an instance of Failure if a problem occurred.
def process(self, results): (source)

process implemented by the pipe

Take a set of possibly empty results and sets the member variables: results, stop, or failure appropriately
API Documentation for Twisted, generated by pydoctor at 2008-10-26 16:12:37.