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

Class Driver


Walk an iterable that returns a deferred.
Method Summary
  __init__(self)
  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

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

Generated by Epydoc 2.1 on Thu Aug 16 09:55:10 2007 http://epydoc.sf.net