class documentation

class _WindowsConsoleWriter(_WindowsConsoleRawIOBase): (source)

View In Hierarchy

Undocumented

Method writable Undocumented
Method write Undocumented
Static Method _get_error_message Undocumented

Inherited from _WindowsConsoleRawIOBase:

Method __init__ Undocumented
Method isatty Undocumented
Instance Variable handle Undocumented
def writable(self): (source)

Undocumented

def write(self, b): (source)

Undocumented

@staticmethod
def _get_error_message(errno): (source)

Undocumented