Panel.below() Returns the panel below the current panel.
truncate(size=None) Resize the stream to the given size in bytes (or the current position if size is not specified)
write(b) Write the bytes-like object, b, and return the number of bytes written
curses.ascii.isctrl(c) Checks for an ASCII control character (ordinal values 0 to 31).
os.setpriority(which, who, priority) Set program scheduling priority. The value which is one of PRIO_PROCESS
platform.python_version_tuple() Returns the Python version as tuple (major, minor, patchlevel) of strings.
readinto(b) Read bytes into a pre-allocated, writable bytes-like object b and
ctypes.create_unicode_buffer(init_or_size, size=None) This function creates a mutable unicode character buffer. The returned
window.attrset(attr) Set the “background” set of attributes to attr. This set is initially 0 (no attributes).
st_ctime Platform dependent: the time of most recent metadata change on
Page 34 of 67