Package ZenUtils :: Module Driver :: Class Driver
[hide private]
[frames] | no frames]

Class Driver

source code

Walk an iterable that returns a deferred.

Instance Methods [hide private]
 
__init__(self) source code
 
drive(self, iterable)
Call the iterable and set up callbacks to finish
source code
 
_next(self)
Move on to the next iterable value
source code
 
next(self)
Provide the result of the iterable as a value or exception
source code
 
_finish(self, result)
Store the result of the last deferred for use in next()
source code