class documentation

class WriteBuffer:

Constructor: WriteBuffer(transport, size)

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):

Undocumented

def flush(self):

Undocumented

def write(self, s):

Undocumented

bufferSize =

Undocumented

transport =

Undocumented

_length: int =

Undocumented

_writes: list =

Undocumented