class ctypes.LittleEndianStructure(*args, **kw) Abstract base class for structures in little endian byte order.
curses.init_color(color_number, r, g, b) Change the definition of a color, taking the number of the color to be changed followed
getopt.gnu_getopt(args, shortopts, longopts=[]) This function works like getopt(), except that GNU style scanning
os.killpg(pgid, sig) Send the signal sig to the process group pgid. Availability:
st_file_attributes Windows file attributes: dwFileAttributes member of the BY_HANDLE_FILE_INFORMATION
os.tcgetpgrp(fd) Return the process group associated with the terminal given by fd (an open file descriptor as returned
window.getbkgd() Return the given window’s current background character/attribute pair.
class curses.textpad.Textbox(win) Return a textbox widget object. The win argument should be a curses WindowObject
os.fstatvfs(fd) Return information about the filesystem containing the file associated with file descriptor fd, like
class ctypes.c_int64 Represents the C 64-bit signed int datatype. Usually an alias for c_longlong
Page 28 of 67