curses.newwin(nlines, ncols) curses.newwin(nlines, ncols, begin_y, begin_x) Return a new window, whose left-upper
window.get_wch([y, x]) Get a wide character. Return a character for most keys, or an integer for function keys, keypad keys
Panel.show() Display the panel (which might have been hidden).
curses.noecho() Leave echo mode. Echoing of input characters is turned off.
newlines A string, a tuple of strings, or None, indicating the newlines translated so far. Depending on the implementation
os.defpath The default search path used by exec*p* and spawn*p* if the environment doesn’t have a
window.scrollok(flag) Control what happens when the cursor of a window is moved off the edge of the window or scrolling region
class ctypes.c_int32 Represents the C 32-bit signed int datatype. Usually an alias for c_int.
in_dll(library, name) This method returns a ctypes type instance exported by a shared library. name is the name of
st_ctime_ns Platform dependent: the time of most recent metadata change
Page 61 of 67