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

curses.ungetch(ch) Push ch so the next getch() will return it.

2025-01-10 15:47:30
io.IOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position.

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

ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an

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

window.timeout(delay) Set blocking or non-blocking read behavior for the window. If delay is negative, blocking read

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

os.pathconf_names Dictionary mapping names accepted by pathconf() and fpathconf() to the integer values

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

class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are

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

ctypes.PYFUNCTYPE(restype, *argtypes) The returned function prototype creates functions that use the Python calling convention

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

curses.init_pair(pair_number, fg, bg) Change the definition of a color-pair. It takes three arguments: the number of the color-pair

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

class ctypes.c_ssize_t Represents the C ssize_t datatype.

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

class io.BufferedReader(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a readable, sequential

2025-01-10 15:47:30