class documentation

class _SimplePullProducer:

Constructor: _SimplePullProducer(consumer)

View In Hierarchy

A pull producer which writes one byte whenever it is resumed. For use by test_unregisterProducerAfterDisconnect.

Method __init__ Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented
Instance Variable consumer Undocumented
def __init__(self, consumer):

Undocumented

def resumeProducing(self):

Undocumented

def stopProducing(self):

Undocumented

consumer =

Undocumented