os.sched_yield() Voluntarily relinquish the CPU.
os.execlp(file, arg0, arg1, ...) os.execlpe(file, arg0, arg1, ..., env) os.execv(path, args)
curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing
os.waitpid(pid, options) The details of this function differ on Unix and Windows. On Unix: Wait
os.forkpty() Fork a child process, using a new pseudo-terminal as the child’s controlling terminal. Return a pair of (pid
This module makes available standard errno system symbols. The value of each symbol is the corresponding integer value. The names and descriptions are borrowed
os.set_blocking(fd, blocking) Set the blocking mode of the specified file descriptor. Set the O_NONBLOCK flag if
window.attron(attr) Add attribute attr from the “background” set applied to all writes to the current window.
ctypes.PYFUNCTYPE(restype, *argtypes) The returned function prototype creates functions that use the Python calling convention
Panel.replace(win) Change the window associated with the panel to the window win.
Page 14 of 67