os.getresgid() Return a tuple (rgid, egid, sgid) denoting the current process’s real, effective, and saved group ids.
window.standend() Turn off the standout attribute. On some terminals this has the side effect of turning off all attributes
os.stat(path, *, dir_fd=None, follow_symlinks=True) Get the status of a file or a file descriptor. Perform the equivalent of
os.getuid() Return the current process’s real user id. Availability: Unix.
Panel.userptr() Returns the user pointer for the panel. This might be any Python object.
time.mktime(t) This is the inverse function of localtime(). Its argument is the struct_time or full
ctypes.util.find_library(name) Try to find a library and return a pathname. name is the library name without any prefix
class argparse.Action(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)
os.cpu_count() Return the number of CPUs in the system. Returns None if undetermined.
window.bkgd(ch[, attr]) Set the background property of the window to the character ch, with attributes attr
Page 53 of 67