os.WCOREDUMP(status) Return True if a core dump was generated for the process, otherwise return False
ArgumentParser.add_argument(name or flags...[, action][, nargs][, const][, default][, type][, choices][, required][, help][, metavar][, dest])
ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an
os.listdir(path='.') Return a list containing the names of the entries in the directory given by path. The list is
curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order
class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are
curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().
os.isatty(fd) Return True if the file descriptor fd is open and connected to a tty(-like) device, else
class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can
platform.popen(cmd, mode='r', bufsize=-1) Portable popen() interface. Find a working popen implementation preferring
Page 3 of 67