curses.ascii.isascii(c) Checks for a character value that fits in the 7-bit ASCII set.
os.getpid() Return the current process id.
exception curses.error Exception raised when a curses library function returns an error.
os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group
ctypes.DllGetClassObject() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes
os.sched_get_priority_max(policy) Get the maximum priority value for policy. policy is one of the scheduling
curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing
writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided
curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1
readlines(hint=-1) Read and return a list of lines from the stream. hint can be specified to control the number of
Page 4 of 67