time.clock_getres(clk_id) Return the resolution (precision) of the specified clock clk_id.
os.pathsep The character conventionally used by the operating system to separate search path components (as in PATH)
curses.mouseinterval(interval) Set the maximum time in milliseconds that can elapse between press and release events in order
platform.uname() Fairly portable uname interface. Returns a
curses.savetty() Save the current state of the terminal modes in a buffer, usable by resetty().
curses.ascii.isgraph(c) Checks for ASCII any printable character except space.
os.spawnl(mode, path, ...) os.spawnle(mode, path, ..., env) os.spawnlp(mode, file, ...)
time.time() Return the time in seconds since the epoch as a floating point number. Note that even though the time is always
curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
os.WTERMSIG(status) Return the signal which caused the process to exit. Availability: Unix.
Page 12 of 67