time.process_time() Return the value (in fractional seconds) of the sum of the system and user CPU time of the current process
curses.nocbreak() Leave cbreak mode. Return to normal “cooked” mode with line buffering.
curses.can_change_color() Return True or False, depending on whether the programmer can change the
curses.ascii.isdigit(c) Checks for an ASCII decimal digit, '0' through '9'. This is equivalent to
class ctypes.c_ssize_t Represents the C ssize_t datatype.
os.close(fd) Close file descriptor fd.
time.clock() On Unix, return the current processor time as a floating point number expressed in seconds. The precision, and
_type_ Specifies the type of each element in the array.
_length_ A positive integer specifying the number of elements in the array. Out-of-range subscripts result in an
Panel.replace(win) Change the window associated with the panel to the window win.
Page 5 of 67