curses.ascii.controlnames A 33-element string array that contains the ASCII mnemonics for the thirty-two ASCII control characters
from_address(address) This method returns a ctypes type instance using the memory specified by address which must be
flush() Flush the write buffers of the stream if applicable. This does nothing for read-only and non-blocking streams.
curses.mousemask(mousemask) Set the mouse events to be reported, and return a tuple (availmask, oldmask). availmask
curses.ascii.iscntrl(c) Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
os.fchdir(fd) Change the current working directory to the directory represented by the file descriptor fd. The descriptor
exception ctypes.ArgumentError This exception is raised when a foreign function call cannot convert one of the passed arguments
ctypes.alignment(obj_or_type) Returns the alignment requirements of a ctypes type. obj_or_type must be a ctypes type
os.writev(fd, buffers) Write the contents of buffers to file descriptor fd. buffers must be a sequence
io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) This is an alias
Page 48 of 67