| Home | Trees | Index | Help |
|---|
| Package twisted :: Package flow :: Module wrap :: Class _List |
|
Instruction--+ |Stage--+ | _List
Wrapper for lists and tuple objects; don't create directly
A simple stage, which admits the usage of instructions, such as Cooperate() within the list. This would be much simpler without logic to handle instructions.| Method Summary | |
|---|---|
__init__(self,
seq)
| |
__iter__(self)
(inherited from Stage)
| |
return current result (inherited from Stage)
| |
executed during a yield statement by previous stage | |
| Method Details |
|---|
_yield(self)executed during a yield statement by previous stage This method is private within the scope of the flow module, it is used by one stage in the flow to ask a subsequent stage to produce its value. The result of the yield is then stored in self.result and is an instance of Failure if a problem occurred.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:49:21 2003 | http://epydoc.sf.net |