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

Class Chain


Call a function over an interable of data, after each finishes.
Method Summary
  __init__(self, callable, iterable)
  failure(self, result)
gather an error result
  next(self)
run the next step
  run(self)
  success(self, result)
gather a successful result

Method Details

failure(self, result)

gather an error result

next(self)

run the next step

success(self, result)

gather a successful result

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