os.write(fd, str) Write the bytestring in str to file descriptor fd. Return the number of bytes actually written
os.WIFSIGNALED(status) Return True if the process exited due to a signal, otherwise return False.
os.pardir The constant string used by the operating system to refer to the parent directory. This is '..' for Windows
window.addnstr(str, n[, attr]) window.addnstr(y, x, str, n[, attr]) Paint at most n characters of the string
curses.pair_number(attr) Return the number of the color-pair set by the attribute value attr. color_pair()
time.localtime([secs]) Like gmtime() but converts to local time. If secs is not provided or
curses.noraw() Leave raw mode. Return to normal “cooked” mode with line buffering.
ctypes.alignment(obj_or_type) Returns the alignment requirements of a ctypes type. obj_or_type must be a ctypes type
mode The mode as given in the constructor.
class ctypes.c_void_p Represents the C void * type. The value is represented as integer. The constructor accepts
Page 42 of 67