curses.longname() Return a string containing the terminfo long name field describing the current terminal. The maximum length
window.untouchwin() Mark all lines in the window as unchanged since the last call to refresh().
os.spawnlp(mode, file, ...) os.spawnlpe(mode, file, ..., env) os.spawnv(mode, path, args)
PyDLL._handle The system handle used to access the library.
ArgumentParser.set_defaults(**kwargs) Most of the time, the attributes of the object returned by parse_args() will
time.sleep(secs) Suspend execution of the calling thread for the given number of seconds. The argument may be a floating point
window.get_wch([y, x]) Get a wide character. Return a character for most keys, or an integer for function keys, keypad keys
ArgumentParser.add_subparsers([title][, description][, prog][, parser_class][, action][, option_string][, dest][, help][, metavar]) Many
os.setregid(rgid, egid) Set the current process’s real and effective group ids. Availability:
class ctypes.Structure(*args, **kw) Abstract base class for structures in native byte order. Concrete
Page 63 of 67