window.bkgd(ch[, attr]) Set the background property of the window to the character ch, with attributes attr
curses.flushinp() Flush all input buffers. This throws away any typeahead that has been typed by the user and has not yet been
read1(size=-1) Read and return up to size bytes, with at most one call to the underlying raw stream’s read()
exception ctypes.ArgumentError This exception is raised when a foreign function call cannot convert one of the passed arguments
window.clearok(yes) If yes is 1, the next call to refresh() will clear the window completely.
name The file name. This is the file descriptor of the file when no name is given in the constructor.
time.monotonic() Return the value (in fractional seconds) of a monotonic clock, i.e. a clock that cannot go backwards. The clock
curses.ascii.ascii(c) Return the ASCII value corresponding to the low 7 bits of c.
os.sched_setaffinity(pid, mask) Restrict the process with PID pid (or the current process if zero) to a set of CPUs
class argparse.Action(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)
Page 48 of 67