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 stopProducing Stop all production.
Method _done Fire a Deferred so that users can wait for this to complete.
def __init__(self, consumer):
Undocumented
def resumeProducing(self):

Write the counter value once.

def pauseProducing(self):

An implementation of IPushProducer.pauseProducing. This should never be called on a pull producer, so this just raises an error.

def _done(self):

Fire a Deferred so that users can wait for this to complete.

def stopProducing(self):

Stop all production.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.