| Trees | Indices | Help |
|
|---|
|
|
|
|||
| ShortCircuit | |||
|
Driver Walk an iterable that returns a deferred. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__doc__ = '''Driver
|
|||
|
|||
Typical use of Driver class:
def walk(driver):
yield thing1()
a = driver.next()
print "Thing 1 is",
yield thing2()
b = driver.next()
print "Thing 2 is",
driver.finish(a + b)
drive(walk)
|
|
|||
__doc__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |