class documentation

class twisted.mail.imap4.WriteBuffer: (source)

View In Hierarchy

Buffer up a bunch of writes before sending them all to a transport at once.

Method __init__ Undocumented
Instance Variable bufferSize Undocumented
Instance Variable transport Undocumented
Method write Undocumented
Method flush Undocumented
Instance Variable _length Undocumented
Instance Variable _writes Undocumented
def __init__(self, transport, size=8192): (source)

Undocumented

bufferSize = (source)

Undocumented

transport = (source)

Undocumented

_length = (source)

Undocumented

(type: int)
_writes = (source)

Undocumented

(type: list)
def write(self, s): (source)

Undocumented

def flush(self): (source)

Undocumented

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