Package twisted :: Package flow :: Module stage :: Class Merge
[show private | hide private]
[frames | no frames]

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)
  next(self)
return current result (inherited from Stage)

Generated by Epydoc 1.1 on Fri Jun 27 03:45:28 2003 http://epydoc.sf.net