class documentation

class OutputWrapper(TextIOBase): (source)

View In Hierarchy

Wrapper around stdout/stderr

Method __getattr__ Undocumented
Method __init__ Undocumented
Method flush Undocumented
Method isatty Undocumented
Method style_func.setter Undocumented
Method write Undocumented
Instance Variable ending Undocumented
Instance Variable style_func Undocumented
Instance Variable _out Undocumented
Instance Variable _style_func Undocumented
def __getattr__(self, name): (source)

Undocumented

def __init__(self, out, ending='\n'): (source)

Undocumented

def flush(self): (source)

Undocumented

def isatty(self): (source)

Undocumented

@style_func.setter
def style_func(self, style_func): (source)

Undocumented

def write(self, msg='', style_func=None, ending=None): (source)

Undocumented

Undocumented

Undocumented

Undocumented

_style_func = (source)

Undocumented