Trees | Index | Help |
|
---|
Package ZenUtils :: Module Driver :: Class Driver |
|
Method Summary | |
---|---|
__init__(self)
| |
Call the iterable and set up callbacks to finish | |
Provide the result of the iterable as a value or exception | |
Store the result of the last deferred for use in next() | |
Move on to the next iterable value |
Method Details |
---|
drive(self, iterable)Call the iterable and set up callbacks to finish |
next(self)Provide the result of the iterable as a value or exception |
_finish(self, result)Store the result of the last deferred for use in next() |
_next(self)Move on to the next iterable value |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:10 2007 | http://epydoc.sf.net |