curses.baudrate() Return the output speed of the terminal in bits per second. On software terminal emulators it will have a
exception io.BlockingIOError This is a compatibility alias for the builtin
curses.is_term_resized(nlines, ncols) Return True if resize_term() would modify the window structure
window.clear() Like erase(), but also cause the whole window to be repainted upon next call to refresh()
curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
curses.napms(ms) Sleep for ms milliseconds.
encoding The name of the encoding used to decode the stream’s bytes into strings, and to encode strings into bytes.
class io.BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffered interface to random access streams. It inherits
exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring
class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential
Page 1 of 67