curses.doupdate() Update the physical screen. The curses library keeps two data structures, one representing the current physical
window.getkey([y, x]) Get a character, returning a string instead of an integer, as getch() does. Function keys
curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1
os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)
os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling
class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are
readable() Return True if the stream can be read from. If False, read() will raise
ctypes.DllCanUnloadNow() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes
window.clrtoeol() Erase from cursor to the end of the line.
window.box([vertch, horch]) Similar to border(), but both ls and rs are vertch and both
Page 15 of 67