curses.version A string representing the current version of the module. Also available as __version__.
os.supports_fd A
curses.setsyx(y, x) Set the virtual screen cursor to y, x. If y and x are both -1, then
window.nodelay(yes) If yes is 1, getch() will be non-blocking.
os.sched_getaffinity(pid) Return the set of CPUs the process with PID pid (or the current process if zero) is restricted
window.box([vertch, horch]) Similar to border(), but both ls and rs are vertch and both
ctypes.create_string_buffer(init_or_size, size=None) This function creates a mutable character buffer. The returned object is
class ctypes._SimpleCData This non-public class is the base class of all fundamental ctypes data types. It is mentioned here
class ctypes.c_wchar Represents the C wchar_t datatype, and interprets the value as a single character unicode
readinto(b) Read bytes into a pre-allocated, writable bytes-like object b, and
Page 18 of 67