curses.ascii.controlnames
  • References/Python/Python/Operating System

curses.ascii.controlnames A 33-element string array that contains the ASCII mnemonics for the thirty-two ASCII control characters

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

from_address(address) This method returns a ctypes type instance using the memory specified by address which must be

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

flush() Flush the write buffers of the stream if applicable. This does nothing for read-only and non-blocking streams.

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

curses.mousemask(mousemask) Set the mouse events to be reported, and return a tuple (availmask, oldmask). availmask

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

curses.ascii.iscntrl(c) Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).

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

os.fchdir(fd) Change the current working directory to the directory represented by the file descriptor fd. The descriptor

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

exception ctypes.ArgumentError This exception is raised when a foreign function call cannot convert one of the passed arguments

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

ctypes.alignment(obj_or_type) Returns the alignment requirements of a ctypes type. obj_or_type must be a ctypes type

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

os.writev(fd, buffers) Write the contents of buffers to file descriptor fd. buffers must be a sequence

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

io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) This is an alias

2025-01-10 15:47:30