window.untouchwin() Mark all lines in the window as unchanged since the last call to refresh().
os.major(device) Extract the device major number from a raw device number (usually the st_dev or st_rdev
platform.python_version() Returns the Python version as string 'major.minor.patchlevel'. Note
curses.tigetflag(capname) Return the value of the Boolean capability corresponding to the terminfo capability name capname
curses.tigetstr(capname) Return the value of the string capability corresponding to the terminfo capability name capname
curses.echo() Enter echo mode. In echo mode, each character input is echoed to the screen as it is entered.
st_flags User defined flags for file.
os.setregid(rgid, egid) Set the current process’s real and effective group ids. Availability:
class ctypes._FuncPtr Base class for C callable foreign functions. Instances of foreign functions
in_dll(library, name) This method returns a ctypes type instance exported by a shared library. name is the name of
Page 64 of 67