curses.error
  • References/Python/Python/Operating System

exception curses.error Exception raised when a curses library function returns an error.

2025-01-10 15:47:30
curses.savetty()
  • References/Python/Python/Operating System

curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().

2025-01-10 15:47:30
platform.python_branch()
  • References/Python/Python/Operating System

platform.python_branch() Returns a string identifying the Python implementation SCM branch.

2025-01-10 15:47:30
curses.panel.new_panel()
  • References/Python/Python/Operating System

curses.panel.new_panel(win) Returns a panel object, associating it with the given window win. Be aware that you need

2025-01-10 15:47:30
curses.resize_term()
  • References/Python/Python/Operating System

curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing

2025-01-10 15:47:30
ctypes.c_int8
  • References/Python/Python/Operating System

class ctypes.c_int8 Represents the C 8-bit signed int datatype. Usually an alias for c_byte.

2025-01-10 15:47:30
time.clock_getres()
  • References/Python/Python/Operating System

time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.

2025-01-10 15:47:30
os.error
  • References/Python/Python/Operating System

exception os.error An alias for the built-in

2025-01-10 15:47:30
curses.getsyx()
  • References/Python/Python/Operating System

curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1

2025-01-10 15:47:30
os.readlink()
  • References/Python/Python/Operating System

os.readlink(path, *, dir_fd=None) Return a string representing the path to which the symbolic link points. The result may be

2025-01-10 15:47:30