curses.baudrate() Return the output speed of the terminal in bits per second. On software terminal emulators it will have a
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.
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
tell() Return the current stream position.
platform.python_revision() Returns a string identifying the Python implementation SCM revision.
Page 1 of 67