class ctypes.py_object Represents the C PyObject * datatype. Calling this without an argument creates a NULL
ctypes.WINFUNCTYPE(restype, *argtypes, use_errno=False, use_last_error=False) Windows only: The returned function prototype
os.execvpe(file, args, env) These functions all execute a new program, replacing the current process; they do not return. On
exception getpass.GetPassWarning A
readline(size=-1) Read until newline or EOF and return a single str. If the stream is already at EOF, an empty
os.symlink(src, dst, target_is_directory=False, *, dir_fd=None) Create a symbolic link pointing to src named dst
close() Flush and close this stream. This method has no effect if the file is already closed. Once the file is closed, any operation
os.supports_follow_symlinks A
window.attrset(attr) Set the “background” set of attributes to attr. This set is initially 0 (no attributes).
curses.textpad.rectangle(win, uly, ulx, lry, lrx) Draw a rectangle. The first argument must be a window object; the remaining
Page 32 of 67