module documentation
(source)

VT102 and VT220 terminal manipulation.
Author
Jp Calderone
Interface ​ITerminal​Protocol No interface docstring; 5/5 methods documented
Interface ​ITerminal​Transport No interface docstring; 41/41 methods documented
Class ​Client​Protocol No class docstring; 0/5 instance variable, 0/6 class variable, 2/6 methods, 0/1 class documented
Class modes ECMA 48 standardized modes
Class private​Modes ANSI-Compatible Private Modes
Class ​Server​Protocol No class docstring; 0/9 instance variable, 0/4 class variable, 0/2 constant, 1/55 method, 0/1 class documented
Class ​Terminal​Protocol No class docstring; 0/1 instance variable, 1/6 method documented
Class ​Vector Undocumented
Function log Undocumented
Constant BLINK Undocumented
Constant BOLD Undocumented
Constant CS​_ALTERNATE Undocumented
Constant CS​_ALTERNATE​_SPECIAL Undocumented
Constant CS​_DRAWING Undocumented
Constant CS​_UK Undocumented
Constant CS​_US Undocumented
Constant CSI Undocumented
Constant CST Undocumented
Constant FUNCTION​_KEYS Undocumented
Constant G0 Undocumented
Constant G1 Undocumented
Constant G2 Undocumented
Constant G3 Undocumented
Constant NORMAL Undocumented
Constant REVERSE​_VIDEO Undocumented
Constant UNDERLINE Undocumented
Class _const
Constant _KEY​_NAMES Undocumented
def log(s): (source)

Undocumented

BLINK: int = (source)

Undocumented

Value
5
BOLD: int = (source)

Undocumented

Value
1
CS_ALTERNATE: bytes = (source)

Undocumented

Value
b'CS_ALTERNATE'
CS_ALTERNATE_SPECIAL: bytes = (source)

Undocumented

Value
b'CS_ALTERNATE_SPECIAL'
CS_DRAWING: bytes = (source)

Undocumented

Value
b'CS_DRAWING'
CS_UK: bytes = (source)

Undocumented

Value
b'CS_UK'
CS_US: bytes = (source)

Undocumented

Value
b'CS_US'

Undocumented

Value
b'\x1b'

Undocumented

Value
{b'~': b'tilde'}
FUNCTION_KEYS = (source)

Undocumented

Value
[_const(_name).__bytes__() for _name in _KEY_NAMES]

Undocumented

Value
b'G0'

Undocumented

Value
b'G1'

Undocumented

Value
b'G2'

Undocumented

Value
b'G3'
NORMAL: int = (source)

Undocumented

Value
0
REVERSE_VIDEO: int = (source)

Undocumented

Value
7
UNDERLINE: int = (source)

Undocumented

Value
4
_KEY_NAMES: tuple[str, ...] = (source)

Undocumented

Value
('UP_ARROW',
 'DOWN_ARROW',
 'RIGHT_ARROW',
 'LEFT_ARROW',
 'HOME',
 'INSERT',
 'DELETE',
...