module documentation

Undocumented

Class ConsoleStream Undocumented
Class Py_buffer Undocumented
Function get_buffer Undocumented
Constant EOF Undocumented
Constant ERROR_NOT_ENOUGH_MEMORY Undocumented
Constant ERROR_OPERATION_ABORTED Undocumented
Constant ERROR_SUCCESS Undocumented
Constant MAX_BYTES_WRITTEN Undocumented
Constant STDERR_FILENO Undocumented
Constant STDERR_HANDLE Undocumented
Constant STDIN_FILENO Undocumented
Constant STDIN_HANDLE Undocumented
Constant STDOUT_FILENO Undocumented
Constant STDOUT_HANDLE Undocumented
Variable c_ssize_p Undocumented
Variable CommandLineToArgvW Undocumented
Variable GetCommandLineW Undocumented
Variable LocalFree Undocumented
Variable PyBUF_SIMPLE Undocumented
Variable PyBUF_WRITABLE Undocumented
Class _WindowsConsoleRawIOBase Undocumented
Class _WindowsConsoleReader Undocumented
Class _WindowsConsoleWriter Undocumented
Function _get_text_stderr Undocumented
Function _get_text_stdin Undocumented
Function _get_text_stdout Undocumented
Function _get_windows_console_stream Undocumented
Function _is_console Undocumented
Variable _stream_factories Undocumented
def get_buffer(obj, writable=False): (source)

Undocumented

Undocumented

Value
b'\x1a'
ERROR_NOT_ENOUGH_MEMORY: int = (source)

Undocumented

Value
8
ERROR_OPERATION_ABORTED: int = (source)

Undocumented

Value
995
ERROR_SUCCESS: int = (source)

Undocumented

Value
0
MAX_BYTES_WRITTEN: int = (source)

Undocumented

Value
32767
STDERR_FILENO: int = (source)

Undocumented

Value
2
STDERR_HANDLE = (source)

Undocumented

Value
GetStdHandle(-12)
STDIN_FILENO: int = (source)

Undocumented

Value
0
STDIN_HANDLE = (source)

Undocumented

Value
GetStdHandle(-10)
STDOUT_FILENO: int = (source)

Undocumented

Value
1
STDOUT_HANDLE = (source)

Undocumented

Value
GetStdHandle(-11)
c_ssize_p = (source)

Undocumented

CommandLineToArgvW = (source)

Undocumented

GetCommandLineW = (source)

Undocumented

LocalFree = (source)

Undocumented

PyBUF_SIMPLE: int = (source)

Undocumented

PyBUF_WRITABLE: int = (source)

Undocumented

def _get_text_stderr(buffer_stream): (source)

Undocumented

Parameters
buffer_stream:t.BinaryIOUndocumented
Returns
t.TextIOUndocumented
def _get_text_stdin(buffer_stream): (source)

Undocumented

Parameters
buffer_stream:t.BinaryIOUndocumented
Returns
t.TextIOUndocumented
def _get_text_stdout(buffer_stream): (source)

Undocumented

Parameters
buffer_stream:t.BinaryIOUndocumented
Returns
t.TextIOUndocumented
def _get_windows_console_stream(f, encoding, errors): (source)

Undocumented

Parameters
f:t.TextIOUndocumented
encoding:t.Optional[str]Undocumented
errors:t.Optional[str]Undocumented
Returns
t.Optional[t.TextIO]Undocumented
def _is_console(f): (source)

Undocumented

Parameters
f:t.TextIOUndocumented
Returns
boolUndocumented

Undocumented