Minimal write-file-like object.

Writes are translated into addOutput calls on an object passed to __init__. Newlines are also converted from network to local style.

Method __init__ Undocumented
Method flush Undocumented
Method write Undocumented
Method writelines Undocumented
def __init__(self, o):
Undocumented
def flush(self):
Undocumented
def write(self, data):
Undocumented
def writelines(self, lines):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.