os.confstr(name) Return string-valued system configuration values. name specifies the configuration value to retrieve;
curses.is_term_resized(nlines, ncols) Return True if resize_term() would modify the window structure
os.removexattr(path, attribute, *, follow_symlinks=True) Removes the extended filesystem attribute attribute from path
curses.napms(ms) Sleep for ms milliseconds.
platform.python_revision() Returns a string identifying the Python implementation SCM revision.
os.chown(path, uid, gid, *, dir_fd=None, follow_symlinks=True) Change the owner and group id of path to the numeric
exception curses.error Exception raised when a curses library function returns an error.
curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().
read1() In BytesIO, this is the same as read().
os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This
Page 6 of 67