curses.unctrl()
  • References/Python/Python/Operating System

curses.unctrl(ch) Return a string which is a printable representation of the character ch. Control characters are displayed

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

class ctypes.c_int16 Represents the C 16-bit signed int datatype. Usually an alias for c_short.

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

_type_ Specifies the type pointed to.

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

curses.textpad.rectangle(win, uly, ulx, lry, lrx) Draw a rectangle. The first argument must be a window object; the remaining

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

os.ttyname(fd) Return a string which specifies the terminal device associated with file descriptor fd. If fd

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

curses.endwin() De-initialize the library, and return terminal to normal status.

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

class ctypes.Union(*args, **kw) Abstract base class for unions in native byte order.

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

os.openpty() Open a new pseudo-terminal pair. Return a pair of file descriptors (master, slave) for the pty and

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

ctypes.set_last_error(value) Windows only: set the current value of the ctypes-private copy of the system LastError

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

window.attrset(attr) Set the “background” set of attributes to attr. This set is initially 0 (no attributes).

2025-01-10 15:47:30