window.delch([y, x]) Delete any character at (y, x).
close() Flush and close this stream. This method has no effect if the file is already closed. Once the file is closed, any operation
write(b) Write the bytes-like object, b, and return the number of bytes written
os.write(fd, str) Write the bytestring in str to file descriptor fd. Return the number of bytes actually written
Panel.top() Push panel to the top of the stack.
curses.ascii.isctrl(c) Checks for an ASCII control character (ordinal values 0 to 31).
errcheck Assign a Python function or another callable to this attribute. The callable will be called with three or more arguments:
Panel.hide() Hide the panel. This does not delete the object, it just makes the window on screen invisible.
from_param(obj) This method adapts obj to a ctypes type. It is called with the actual object used in a foreign function
ArgumentParser.get_default(dest) Get the default value for a namespace attribute, as set by either add_argument()
Page 35 of 67