in_dll(library, name) This method returns a ctypes type instance exported by a shared library. name is the name of
read(size=-1) Read up to size bytes from the object and return them. As a convenience, if size is unspecified
curses.delay_output(ms) Insert an ms millisecond pause in output.
curses.tigetflag(capname) Return the value of the Boolean capability corresponding to the terminfo capability name capname
platform.processor() Returns the (real) processor name, e.g. 'amdk6'. An empty
os.sched_setscheduler(pid, policy, param) Set the scheduling policy for the process with PID pid. A pid of
os.defpath The default search path used by exec*p* and spawn*p* if the environment doesn’t have a
os.confstr_names Dictionary mapping names accepted by confstr() to the integer values defined for those names by
os.access(path, mode, *, dir_fd=None, effective_ids=False, follow_symlinks=True) Use the real uid/gid to test for access to
os.sysconf_names Dictionary mapping names accepted by sysconf() to the integer values defined for those names by
Page 59 of 67