os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)
os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any
os.waitpid(pid, options) The details of this function differ on Unix and Windows. On Unix: Wait
os.get_terminal_size(fd=STDOUT_FILENO) Return the size of the terminal window as (columns, lines), tuple of type
time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.
os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.
readlines(hint=-1) Read and return a list of lines from the stream. hint can be specified to control the number of
detach() Separate the underlying binary buffer from the TextIOBase and return it. After
time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always
curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing
Page 4 of 67