Class OutputWrapper
Wrapper around stdout/stderr
Declaration
class OutputWrapper(TextIOBase)
source linkDocumentation
Methods
@property
def style_func(self)
▷ def style_func(self, style_func) @style_func.setter @style_func.setter
def style_func(
self,
style_func,
)
▷ def write(self, msg='', style_func=None, ending=None)