os.ftruncate(fd, length) Truncate the file corresponding to file descriptor fd, so that it is at most length
os.execle(path, arg0, arg1, ..., env) os.execlp(file, arg0, arg1, ...) os.execlpe(file, arg0, arg1, ..., env)
os.mknod(path, mode=0o600, device=0, *, dir_fd=None) Create a filesystem node (file, device special file or named pipe) named
os.confstr_names Dictionary mapping names accepted by confstr() to the integer values defined for those names by
_anonymous_ An optional sequence that lists the names of unnamed (anonymous) fields. _anonymous_ must be already
time.asctime([t]) Convert a tuple or struct_time representing a time as returned by gmtime() or
window.scroll([lines=1]) Scroll the screen or scrolling region upward by lines lines.
time.get_clock_info(name) Get information on the specified clock as a namespace object. Supported clock names and the corresponding
curses.noecho() Leave echo mode. Echoing of input characters is turned off.
class argparse.RawDescriptionHelpFormatter class argparse.RawTextHelpFormatter class argparse.ArgumentDef
Page 66 of 67