os.sched_getparam(pid) Return the scheduling parameters as a sched_param instance for the process with PID pid
os.setgroups(groups) Set the list of supplemental group ids associated with the current process to groups. groups
curses.panel.bottom_panel() Returns the bottom panel in the panel stack.
peek([size]) Return bytes from the stream without advancing the position. At most one single read on the raw stream is done
write(b) Write the given bytes-like object, b, to the underlying raw stream
restype Assign a ctypes type to specify the result type of the foreign function. Use None for void
writable() Return True if the stream supports writing. If False, write() and truncate()
window.addnstr(str, n[, attr]) window.addnstr(y, x, str, n[, attr]) Paint at most n characters of the string
os.rename(src, dst, *, src_dir_fd=None, dst_dir_fd=None) Rename the file or directory src to dst. If dst
os.open(path, flags, mode=0o777, *, dir_fd=None) Open the file path and set various flags according to flags
Page 33 of 67