ctypes.resize(obj, size) This function resizes the internal memory buffer of obj, which must be an instance of a ctypes
_fields_ A sequence defining the structure fields. The items must be 2-tuples or 3-tuples. The first item is the name of the
curses.color_content(color_number) Return the intensity of the red, green, and blue (RGB) components in the color color_number
os.supports_follow_symlinks A
os.supports_effective_ids A
os.getlogin() Return the name of the user logged in on the controlling terminal of the process. For most purposes, it is more
ArgumentParser.get_default(dest) Get the default value for a namespace attribute, as set by either add_argument()
os.fchown(fd, uid, gid) Change the owner and group id of the file given by fd to the numeric uid and gid
curses.reset_shell_mode() Restore the terminal to “shell” mode, as previously saved by def_shell_mode().
_b_base_ Sometimes ctypes data instances do not own the memory block they contain, instead they share part of the memory block
Page 35 of 67