_pack_ An optional small integer that allows overriding the alignment of structure fields in the instance. _pack_
curses.ungetmouse(id, x, y, z, bstate) Push a KEY_MOUSE event onto the input queue, associating the given state
os.setresgid(rgid, egid, sgid) Set the current process’s real, effective, and saved group ids. Availability:
os.open(path, flags, mode=0o777, *, dir_fd=None) Open the file path and set various flags according to flags
sched_priority The scheduling priority for a scheduling policy.
os.devnull The file path of the null device. For example: '/dev/null' for POSIX, 'nul' for Windows
peek([size]) Return bytes from the stream without advancing the position. At most one single read on the raw stream is done
class ctypes.c_wchar_p Represents the C wchar_t * datatype, which must be a pointer to a zero-terminated wide character
class ctypes.LibraryLoader(dlltype) Class which loads shared libraries. dlltype should be one of the CDLL
Panel.hide() Hide the panel. This does not delete the object, it just makes the window on screen invisible.
Page 41 of 67