twisted.test.proto_helpers.NonStreamingProducer(object)
class documentationtwisted.test.proto_helpers
View Source
(View In Hierarchy)
A pull producer which writes 10 times only.
Method | __init__ | Undocumented |
Method | resumeProducing | Write the counter value once. |
Method | pauseProducing | An implementation of IPushProducer.pauseProducing . This
should never be called on a pull producer, so this just raises an
error. |
Method | _done | Fire a Deferred so
that users can wait for this to complete. |
Method | stopProducing | Stop all production. |
An implementation of IPushProducer.pauseProducing
. This
should never be called on a pull producer, so this just raises an
error.