class documentation

class WriteBuffer: (source)

View In Hierarchy

Buffer up a bunch of writes before sending them all to a transport at once.
Method __init__ Undocumented
Method flush Undocumented
Method write Undocumented
Instance Variable bufferSize Undocumented
Instance Variable transport Undocumented
Instance Variable _length Undocumented
Instance Variable _writes Undocumented
def __init__(self, transport, size=8192): (source)

Undocumented

def flush(self): (source)

Undocumented

def write(self, s): (source)

Undocumented

bufferSize = (source)

Undocumented

transport = (source)

Undocumented

_length: int = (source)

Undocumented

_writes: list = (source)

Undocumented