exception curses.error Exception raised when a curses library function returns an error.
curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().
platform.python_branch() Returns a string identifying the Python implementation SCM branch.
curses.panel.new_panel(win) Returns a panel object, associating it with the given window win. Be aware that you need
curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing
class ctypes.c_int8 Represents the C 8-bit signed int datatype. Usually an alias for c_byte.
time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.
exception os.error An alias for the built-in
curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1
os.readlink(path, *, dir_fd=None) Return a string representing the path to which the symbolic link points. The result may be
Page 1 of 67