class documentation

class StdioOnnaStick: (source)

View In Hierarchy

Class that pretends to be stdout/err, and turns writes into log messages.

Instance Variable isError boolean indicating whether this is stderr, in which cases log messages will be logged as errors.
Instance Variable encoding unicode encoding used to encode any unicode strings written to this object.
Class Variable closed Undocumented
Class Variable softspace Undocumented
Class Variable mode Undocumented
Class Variable name Undocumented
Method __init__ Undocumented
Instance Variable buf Undocumented
Method close Undocumented
Method fileno Undocumented
Method flush Undocumented
Method read Undocumented
Method write Undocumented
Method writelines Undocumented
isError = (source)
boolean indicating whether this is stderr, in which cases log messages will be logged as errors.
encoding = (source)
unicode encoding used to encode any unicode strings written to this object.
closed = (source)

Undocumented

(type: int)
softspace = (source)

Undocumented

(type: int)
mode = (source)

Undocumented

(type: str)
name = (source)

Undocumented

(type: str)
def __init__(self, isError=0, encoding=None): (source)

Undocumented

Undocumented

def close(self): (source)

Undocumented

def fileno(self): (source)

Undocumented

def flush(self): (source)

Undocumented

def read(self): (source)

Undocumented

def write(self, data): (source)

Undocumented

def writelines(self, lines): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.