twisted.test.test_internet.ReentrantProducer(DummyProducer)
class documentationtwisted.test.test_internet
(View In Hierarchy)
Similar to DummyProducer
,
but with a resumeProducing method which calls back into an IConsumer
method of the consumer against which it is registered.
Instance Variable | consumer | The consumer with which this producer has been or will be registered. |
Instance Variable | methodName | The name of the method to call on the consumer inside
resumeProducing . |
Instance Variable | methodArgs | The arguments to pass to the consumer method invoked in
resumeProducing . |
Method | __init__ | Undocumented |
Method | resumeProducing | Undocumented |
Inherited from DummyProducer:
Instance Variable | events | The producer/consumer related events which have happened to this producer.
Strings in this list may be 'resume' , 'stop' , or
'pause' . Elements are added as they occur. (type: list of str ) |
Method | stopProducing | Undocumented |
Method | pauseProducing | Undocumented |