curses.panel.new_panel(win) Returns a panel object, associating it with the given window win. Be aware that you need
os.getpid() Return the current process id.
curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1
getopt.getopt(args, shortopts, longopts=[]) Parses command line options and parameter list. args is the argument list
time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always
curses.baudrate() Return the output speed of the terminal in bits per second. On software terminal emulators it will have a
os.initgroups(username, gid) Call the system initgroups() to initialize the group access list with all of the groups of which
ctypes.util.find_msvcrt() Windows only: return the filename of the VC runtime library used by Python, and by the extension modules
ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])
os.confstr(name) Return string-valued system configuration values. name specifies the configuration value to retrieve;
Page 5 of 67