curses.termattrs() Return a logical OR of all video attributes supported by the terminal. This information is useful when a
ArgumentParser.parse_args(args=None, namespace=None) Convert argument strings to objects and assign them as attributes of the
os.spawnlp(mode, file, ...) os.spawnlpe(mode, file, ..., env) os.spawnv(mode, path, args)
os.nice(increment) Add increment to the process’s “niceness”. Return the new niceness. Availability:
st_uid User identifier of the file owner.
curses.termname() Return the value of the environment variable TERM, truncated to 14 characters.
os.sysconf_names Dictionary mapping names accepted by sysconf() to the integer values defined for those names by
ctypes.get_last_error() Windows only: returns the current value of the ctypes-private copy of the system LastError
os.fdatasync(fd) Force write of file with filedescriptor fd to disk. Does not force update of metadata.
class ctypes.Structure(*args, **kw) Abstract base class for structures in native byte order. Concrete
Page 65 of 67