window.vline(ch, n) window.vline(y, x, ch, n) Display a vertical line starting at (y, x) with length
curses.panel.top_panel() Returns the top panel in the panel stack.
io.open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=None) This is an alias
os.plock(op) Lock program segments into memory. The value of op (defined in <sys/lock.h>) determines
from_buffer_copy(source[, offset]) This method creates a ctypes instance, copying the buffer from the source object
os.lstat(path, *, dir_fd=None) Perform the equivalent of an lstat() system call on the given path. Similar to stat()
class ctypes.PyDLL(name, mode=DEFAULT_MODE, handle=None) Instances of this class behave like CDLL instances, except
window.immedok(flag) If flag is True, any change in the window image automatically causes the window to
os.stat(path, *, dir_fd=None, follow_symlinks=True) Get the status of a file or a file descriptor. Perform the equivalent of
curses.mousemask(mousemask) Set the mouse events to be reported, and return a tuple (availmask, oldmask). availmask
Page 52 of 67