| Home | Trees | Index | Help |
|---|
| Package twisted :: Package flow :: Module stage :: Class Zip |
|
Instruction--+ |Stage--+ |Map--+ | Zip
Zips two or more stages into a stream of N tuples
source = flow.Zip([1,flow.Cooperate(),2,3],["one","two"]) printFlow(source)| Method Summary | |
|---|---|
__init__(self,
*stages)
| |
__iter__(self)
(inherited from Stage)
| |
return current result (inherited from Stage)
| |
executed during a yield statement by previous stage (inherited from Map)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:47:50 2003 | http://epydoc.sf.net |