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

curses.color_pair(color_number) Return the attribute value for displaying text in the specified color. This attribute value

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

buffer The underlying binary buffer (a BufferedIOBase instance) that TextIOBase deals with. This is

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

os.dup(fd) Return a duplicate of file descriptor fd. The new file descriptor is non-inheritable.

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

class ctypes.c_uint Represents the C unsigned int datatype. The constructor accepts an optional integer initializer;

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

os.environb Bytes version of environ: a mapping object representing the

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

name The entry’s base filename, relative to the scandir() path argument. The

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

ctypes.set_errno(value) Set the current value of the ctypes-private copy of the system

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

os.getloadavg() Return the number of processes in the system run queue averaged over the last 1, 5, and 15 minutes or raises

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

ctypes.DllCanUnloadNow() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes

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

curses.pair_content(pair_number) Return a tuple (fg, bg) containing the colors for the requested color pair. The

2025-01-10 15:47:30