os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()
window.attron(attr) Add attribute attr from the “background” set applied to all writes to the current window.
window.clear() Like erase(), but also cause the whole window to be repainted upon next call to refresh()
platform.popen(cmd, mode='r', bufsize=-1) Portable popen() interface. Find a working popen implementation preferring
exception getopt.GetoptError This is raised when an unrecognized option is found in the argument list or when an option requiring
class ctypes.c_bool Represent the C bool datatype (more accurately, _Bool from C99). Its value can
class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are
curses.putp(string) Equivalent to tputs(str, 1, putchar); emit the value of a specified terminfo capability for
edit([validator]) This is the entry point you will normally use. It accepts editing keystrokes until one of the termination
ctypes.WinError(code=None, descr=None) Windows only: this function is probably the worst-named thing in ctypes. It creates an
Page 3 of 67