curses.meta(yes) If yes is 1, allow 8-bit characters to be input. If yes is 0, allow only 7-bit chars.
os.setreuid(ruid, euid) Set the current process’s real and effective user ids. Availability:
time.perf_counter() Return the value (in fractional seconds) of a performance counter, i.e. a clock with the highest available
os.supports_effective_ids A
curses.tigetnum(capname) Return the value of the numeric capability corresponding to the terminfo capability name capname
_type_ Specifies the type pointed to.
ctypes.create_unicode_buffer(init_or_size, size=None) This function creates a mutable unicode character buffer. The returned
os.setpriority(which, who, priority) Set program scheduling priority. The value which is one of PRIO_PROCESS
class os.terminal_size A subclass of tuple, holding (columns, lines) of the terminal window size.
os.setgroups(groups) Set the list of supplemental group ids associated with the current process to groups. groups
Page 33 of 67