Panel.move(y, x) Move the panel to the screen coordinates (y, x).
curses.noqiflush() When the noqiflush() routine is used, normal flush of input and output queues associated with
curses.ascii.iscntrl(c) Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
os.strerror(code) Return the error message corresponding to the error code in code. On platforms where strerror()
os.getresgid() Return a tuple (rgid, egid, sgid) denoting the current process’s real, effective, and saved group ids.
class io.StringIO(initial_value='', newline='\n') An in-memory stream for text I/O. The text buffer is discarded when the close()
class ctypes.c_ubyte Represents the C unsigned char datatype, it interprets the value as small integer. The constructor
ctypes.cast(obj, type) This function is similar to the cast operator in C. It returns a new instance of type which
os.WEXITSTATUS(status) If WIFEXITED(status) is true, return the integer parameter to the exit(2)
class io.RawIOBase Base class for raw binary I/O. It inherits IOBase. There is no public constructor.
Page 47 of 67