class documentation

class twisted.internet.testing.NonStreamingProducer: (source)

View In Hierarchy

A pull producer which writes 10 times only.

Class Variable counter Undocumented
Instance Variable stopped Undocumented
Method __init__ Undocumented
Instance Variable consumer Undocumented
Instance Variable result 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.
counter = (source)

Undocumented

(type: int)
stopped = (source)

Undocumented

(type: bool)
def __init__(self, consumer): (source)

Undocumented

consumer = (source)

Undocumented

result = (source)

Undocumented

def resumeProducing(self): (source)

Write the counter value once.

def pauseProducing(self): (source)

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

def _done(self): (source)

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

def stopProducing(self): (source)

Stop all production.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.