os.sep The character used by the operating system to separate pathname components. This is '/' for POSIX and '\\'
from_buffer(source[, offset]) This method returns a ctypes instance that shares the buffer of the source object. The
class ctypes.py_object Represents the C PyObject * datatype. Calling this without an argument creates a NULL
isatty() Return True if the stream is interactive (i.e., connected to a terminal/tty device).
os.fchown(fd, uid, gid) Change the owner and group id of the file given by fd to the numeric uid and gid
class argparse.FileType(mode='r', bufsize=-1, encoding=None, errors=None) The FileType factory creates objects
curses.ungetmouse(id, x, y, z, bstate) Push a KEY_MOUSE event onto the input queue, associating the given state
curses.color_content(color_number) Return the intensity of the red, green, and blue (RGB) components in the color color_number
curses.has_key(ch) Take a key value ch, and return True if the current terminal type recognizes a key
exception getpass.GetPassWarning A
Page 39 of 67