curses.ungetch(ch) Push ch so the next getch() will return it.
tell() Return the current stream position.
ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an
window.timeout(delay) Set blocking or non-blocking read behavior for the window. If delay is negative, blocking read
os.pathconf_names Dictionary mapping names accepted by pathconf() and fpathconf() to the integer values
class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are
ctypes.PYFUNCTYPE(restype, *argtypes) The returned function prototype creates functions that use the Python calling convention
curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair
class ctypes.c_ssize_t Represents the C ssize_t datatype.
class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential
Page 11 of 67