mcmandelbrot.test.testbase.RangeWriter(object)
class documentation
Part of mcmandelbrot.test.testbase
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IProducer
Writes an integer range of values like xrange
to a
file-like object fh and then closes it.
Fires a Deferred
accessible via my d attribute when
the range has been written.
Method | __init__ | Constructs an instance of me to produce a range of N integer values with the specified interval between them. |
Method | interval | Undocumented |
Method | setNextCall | Undocumented |
Method | nextValue | Undocumented |