getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list
read([size]) Read and return size bytes, or if size is not given or negative, until EOF or if the read call
class io.TextIOBase Base class for text streams. This class provides a character and line based interface to stream I/O. There
exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring
curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1
getbuffer() Return a readable and writable view over the contents of the buffer without copying them. Also, mutating the view
curses.ascii.isdigit(c) Checks for an ASCII decimal digit, '0' through '9'. This is equivalent to
curses.ascii.isspace(c) Checks for ASCII white-space characters; space, line feed, carriage return, form feed, horizontal tab
os.getresuid() Return a tuple (ruid, euid, suid) denoting the current process’s real, effective, and saved user ids.
window.getparyx() Return the beginning coordinates of this window relative to its parent window into two integer variables y
Page 15 of 67