ctypes.sizeof(obj_or_type) Returns the size in bytes of a ctypes type or instance memory buffer. Does the same as the C sizeof
window.idcok(flag) If flag is False, curses no longer considers using the hardware insert/delete character
window.overlay(destwin[, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol]) Overlay the window on top of destwin
curses.flash() Flash the screen. That is, change it to reverse-video and then change it back in a short interval. Some people
exception io.UnsupportedOperation An exception inheriting
os.unsetenv(key) Unset (delete) the environment variable named key. Such changes to the environment affect subprocesses
class ctypes.c_uint8 Represents the C 8-bit unsigned int datatype. Usually an alias for c_ubyte.
window.setscrreg(top, bottom) Set the scrolling region from line top to line bottom. All scrolling actions
curses.ascii.isblank(c) Checks for an ASCII whitespace character; space or horizontal tab.
ctypes.pointer(obj) This function creates a new pointer instance, pointing to obj. The returned object is of the type
Page 20 of 67