tell() Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the
curses.update_lines_cols() Update LINES and COLS. Useful for detecting manual screen resize.
class ctypes.WinDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Windows only: Instances of
os.sched_get_priority_min(policy) Get the minimum priority value for policy. policy is one of the scheduling
curses.getsyx() Return the current coordinates of the virtual screen cursor in y and x. If leaveok is currently true, then -1
curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order
ctypes.DllGetClassObject() Windows only: This function is a hook which allows implementing in-process COM servers with ctypes
os.setxattr(path, attribute, value, flags=0, *, follow_symlinks=True) Set the extended filesystem attribute attribute
os.fwalk(top='.', topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None) This behaves exactly like walk()
os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current
Page 9 of 67