curses.panel.top_panel() Returns the top panel in the panel stack.
ctypes.cast(obj, type) This function is similar to the cast operator in C. It returns a new instance of type which
class ctypes.c_ubyte Represents the C unsigned char datatype, it interprets the value as small integer. The constructor
st_mtime_ns Time of most recent content modification expressed in nanoseconds as an integer.
window.is_linetouched(line) Return True if the specified line was modified since the last call to refresh();
class ctypes.c_long Represents the C signed long datatype. The constructor accepts an optional integer initializer;
curses.ascii.isprint(c) Checks for any ASCII printable character including space.
class io.BufferedWriter(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffer providing higher-level access to a writeable, sequential
window.insertln() Insert a blank line under the cursor. All following lines are moved down by one line.
getvalue() Return a str containing the entire contents of the buffer. Newlines are decoded as if by read()
Page 43 of 67