class documentation

Very uninteresting producer implementation used by tests to ensure the right methods are called by the consumer with which it is registered.

Method __init__ Undocumented
Method pauseProducing Undocumented
Method resumeProducing Undocumented
Method stopProducing Undocumented
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.
def __init__(self): (source)
def pauseProducing(self): (source)

Undocumented

def resumeProducing(self): (source)
def stopProducing(self): (source)

Undocumented

events: list of str = (source)

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.