curses.tparm(str[, ...]) Instantiate the string str with the supplied parameters, where str should be a parameterized
is_file(*, follow_symlinks=True) Return True if this entry is a file or a symbolic link pointing to a file; return
ctypes.alignment(obj_or_type) Returns the alignment requirements of a ctypes type. obj_or_type must be a ctypes type
os.strerror(code) Return the error message corresponding to the error code in code. On platforms where strerror()
os.makedev(major, minor) Compose a raw device number from the major and minor device numbers.
os.writev(fd, buffers) Write the contents of buffers to file descriptor fd. buffers must be a sequence
os.wait3(options) Similar to waitpid(), except no process id argument is given and a 3-element tuple containing
window.redrawwin() Touch the entire window, causing it to be completely redrawn on the next refresh() call.
os.lstat(path, *, dir_fd=None) Perform the equivalent of an lstat() system call on the given path. Similar to stat()
Panel.move(y, x) Move the panel to the screen coordinates (y, x).
Page 46 of 67