ctypes.c_ushort
  • References/Python/Python/Operating System

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

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

class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of

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

curses.qiflush([flag]) If flag is False, the effect is the same as calling noqiflush(). If

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

time.altzone The offset of the local DST timezone, in seconds west of UTC, if one is defined. This is negative if the local

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

class io.BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffered interface to random access streams. It inherits

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

curses.update_lines_cols() Update LINES and COLS. Useful for detecting manual screen resize.

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

curses.napms(ms) Sleep for ms milliseconds.

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

os.lchflags(path, flags) Set the flags of path to the numeric flags, like chflags(), but do not

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

columns Width of the terminal window in characters.

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

curses.baudrate() Return the output speed of the terminal in bits per second. On software terminal emulators it will have a

2025-01-10 15:47:30