os.open(path, flags, mode=0o777, *, dir_fd=None) Open the file path and set various flags according to flags
ctypes.byref(obj[, offset]) Returns a light-weight pointer to obj, which must be an instance of a ctypes type. offset
curses.reset_prog_mode() Restore the terminal to “program” mode, as previously saved by def_prog_mode().
window.syncup() Touch all locations in ancestors of the window that have been changed in the window.
window.notimeout(yes) If yes is 1, escape sequences will not be timed out. If
class ctypes.LibraryLoader(dlltype) Class which loads shared libraries. dlltype should be one of the CDLL
exception getopt.error Alias for GetoptError; for backward compatibility.
window.standout() Turn on attribute A_STANDOUT.
os.execlpe(file, arg0, arg1, ..., env) os.execv(path, args) os.execve(path, args, env)
os.setgroups(groups) Set the list of supplemental group ids associated with the current process to groups. groups
Page 29 of 67