Home | Trees | Index | Help |
---|
Package twisted :: Package flow :: Module stage :: Class Merge |
|
Instruction
--+ |Stage
--+ | Merge
Merges two or more Stages results into a single stream
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 )
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:28 2003 | http://epydoc.sf.net |