seek(offset[, whence]) Change the stream position to the given offset. Behaviour depends on the whence parameter
window.immedok(flag) If flag is True, any change in the window image automatically causes the window to
os.walk(top, topdown=True, onerror=None, followlinks=False) Generate the file names in a directory tree by walking the tree
os.getpriority(which, who) Get program scheduling priority. The value which is one of PRIO_PROCESS,
curses.ascii.ascii(c) Return the ASCII value corresponding to the low 7 bits of c.
os.lockf(fd, cmd, len) Apply, test or remove a POSIX lock on an open file descriptor. fd is an open file descriptor
os.WIFEXITED(status) Return True if the process exited using the exit(2) system call,
os.sched_setaffinity(pid, mask) Restrict the process with PID pid (or the current process if zero) to a set of CPUs
window.standend() Turn off the standout attribute. On some terminals this has the side effect of turning off all attributes
os.spawnv(mode, path, args) os.spawnve(mode, path, args, env) os.spawnvp(mode, file, args)
Page 49 of 67