Platforms: Unix
The tty module defines functions for putting the tty into cbreak and raw modes.
Because it requires the termios module, it will work only on Unix.
The tty module defines the following functions:
See also
termios — POSIX style tty control
pty — Pseudo-terminal utilities
Enter search terms or a module, class or function name.