Part of twisted.flow.stage View Source View In Hierarchy
Zips two or more stages into a stream of N tuples
source = flow.Zip([1,flow.Cooperate(),2,3],["one","two"]) printFlow(source)
Inherited from Map:
Inherited from Stage (via Map):