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
consumer =
The consumer with which this producer has been or will be registered.
methodName =
The name of the method to call on the consumer inside resumeProducing.
methodArgs =
The arguments to pass to the consumer method invoked in resumeProducing.
def __init__(self, consumer, methodName, *methodArgs):
def resumeProducing(self):
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.