class documentation

class FileWrapper: (source)

Constructor: FileWrapper(o)

View In Hierarchy

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
Class Variable softspace Undocumented
Class Variable state Undocumented
Instance Variable o Undocumented
def __init__(self, o): (source)

Undocumented

def flush(self): (source)

Undocumented

def write(self, data): (source)

Undocumented

def writelines(self, lines): (source)

Undocumented

softspace: int = (source)

Undocumented

Undocumented

Undocumented