curses.color_content(color_number) Return the intensity of the red, green, and blue (RGB) components in the color color_number
ArgumentParser.exit(status=0, message=None) This method terminates the program, exiting with the specified status and
readinto(b) Read bytes into a pre-allocated, writable bytes-like object b and
class ctypes.c_char Represents the C char datatype, and interprets the value as a single character. The constructor
curses.reset_prog_mode() Restore the terminal to “program” mode, as previously saved by def_prog_mode().
class ctypes.c_ulonglong Represents the C unsigned long long datatype. The constructor accepts an optional integer
time.ctime([secs]) Convert a time expressed in seconds since the epoch to a string representing local time. If secs
os.dup2(fd, fd2, inheritable=True) Duplicate file descriptor fd to fd2, closing the latter first if necessary
curses.ascii.isctrl(c) Checks for an ASCII control character (ordinal values 0 to 31).
window.delch([y, x]) Delete any character at (y, x).
Page 40 of 67