curses.termname() Return the value of the environment variable TERM, truncated to 14 characters.
class io.IncrementalNewlineDecoder A helper codec that decodes newlines for universal newlines
os.setpgrp() Call the system call setpgrp() or setpgrp(0, 0) depending on which version is implemented
window.get_wch([y, x]) Get a wide character. Return a character for most keys, or an integer for function keys, keypad keys
os.startfile(path[, operation]) Start a file with its associated application. When operation
_anonymous_ An optional sequence that lists the names of unnamed (anonymous) fields. _anonymous_ must be already
curses.ascii.isalpha(c) Checks for an ASCII alphabetic character; it is equivalent to isupper(c) or islower(c)
curses.termattrs() Return a logical OR of all video attributes supported by the terminal. This information is useful when a
class ctypes._FuncPtr Base class for C callable foreign functions. Instances of foreign functions
curses.noecho() Leave echo mode. Echoing of input characters is turned off.
Page 67 of 67