Package ZenUtils :: Module Step
[hide private]
[frames] | no frames]

Module Step

source code

Step

Utility for chaining defered actions.

Classes [hide private]
  Test
Functions [hide private]
 
Step(iterable)
Step through iterable looking for deferreds.
source code
Variables [hide private]
  __doc__ = '''S...
Function Details [hide private]

Step(iterable)

source code 

Step through iterable looking for deferreds. Whenever a deferred is encountered wait until it is called before continuing through iterable.

Iterable is usually a generator function that yields a defered anytime it wants to wait for that deferred to trigger before continuing execution.

Variables Details [hide private]

__doc__

Value:
'''Step

Utility for chaining defered actions.

'''