class io.RawIOBase Base class for raw binary I/O. It inherits IOBase. There is no public constructor.
Panel.hidden() Returns true if the panel is hidden (not visible), false otherwise.
Panel.userptr() Returns the user pointer for the panel. This might be any Python object.
curses.initscr() Initialize the library. Return a WindowObject which represents the whole screen.
curses.flushinp() Flush all input buffers. This throws away any typeahead that has been typed by the user and has not yet been
curses.ascii.iscntrl(c) Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
platform.architecture(executable=sys.executable, bits='', linkage='') Queries the given executable (defaults to the Python interpreter
window.bkgd(ch[, attr]) Set the background property of the window to the character ch, with attributes attr
from_buffer_copy(source[, offset]) This method creates a ctypes instance, copying the buffer from the source object
inode() Return the inode number of the entry. The result is cached on the DirEntry
Page 53 of 67