t.f.s.Zip(Map) : class documentation

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

Zips two or more stages into a stream of N tuples

For example:
   source = flow.Zip([1,flow.Cooperate(),2,3],["one","two"])
   printFlow(source)
Method __init__ Undocumented

Inherited from Map:

Method _yield executed during a yield statement by previous stage

Inherited from Stage (via Map):

Method __iter__ Undocumented
Method next return current result
def __init__(self, *stages): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.