class documentation

class FileProducer:

Constructor: FileProducer(f)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method beginProducing Undocumented
Method pauseProducing Pause the producer. This does nothing.
Method resumeProducing Undocumented
Method stopProducing Stop the producer. This does nothing.
Constant CHUNK_SIZE Undocumented
Instance Variable consumer Undocumented
Instance Variable f Undocumented
Instance Variable firstWrite Undocumented
Instance Variable produce Undocumented
Method _size Undocumented
Instance Variable _onDone Undocumented
def __init__(self, f):

Undocumented

def beginProducing(self, consumer):

Undocumented

def pauseProducing(self):

Pause the producer. This does nothing.

def resumeProducing(self):

Undocumented

def stopProducing(self):

Stop the producer. This does nothing.

CHUNK_SIZE =

Undocumented

Value
2 ** (2 ** (2 ** 2))
consumer =

Undocumented

f =

Undocumented

firstWrite: bool =

Undocumented

produce =

Undocumented

def _size(self):

Undocumented

_onDone =

Undocumented