class documentation

class DummyConsumer(DummyTransport): (source)

View In Hierarchy

Undocumented

Method finish Undocumented
Method registerProducer Undocumented
Method unregisterProducer Undocumented
Instance Variable finished Undocumented
Instance Variable producer Undocumented
Instance Variable unregistered Undocumented

Inherited from DummyTransport:

Method __init__ Undocumented
Method getvalue Undocumented
Method write Undocumented
Instance Variable _writes Undocumented
def finish(self): (source)

Undocumented

def registerProducer(self, producer, streaming): (source)

Undocumented

def unregisterProducer(self): (source)

Undocumented

finished: bool = (source)

Undocumented

producer = (source)

Undocumented

unregistered: bool = (source)

Undocumented