ctypes.GetLastError() Windows only: Returns the last error code set by Windows in the calling thread. This function calls the
curses.has_il() Return True if the terminal has insert- and delete-line capabilities, or can simulate them using
curses.isendwin() Return True if endwin() has been called (that is, the curses library has been deinitialized)
Panel.hidden() Returns true if the panel is hidden (not visible), false otherwise.
is_file(*, follow_symlinks=True) Return True if this entry is a file or a symbolic link pointing to a file; return
os.times() Returns the current global process times. The return value is an object with five attributes:
window.hline(ch, n) window.hline(y, x, ch, n) Display a horizontal line starting at (y, x) with length
curses.ascii.isprint(c) Checks for any ASCII printable character including space.
window.leaveok(yes) If yes is 1, cursor is left where it is on update, instead of being at “cursor position.” This
class ctypes.c_byte Represents the C signed char datatype, and interprets the value as small integer. The constructor
Page 50 of 67