subdirs A dictionary mapping names in common_dirs to dircmp objects.
tempfile.SpooledTemporaryFile(max_size=0, mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None) This
shutil.register_archive_format(name, function[, extra_args[, description]]) Register an archiver for the format name
stat.S_ISREG(mode) Return non-zero if the mode is from a regular file.
stat.S_ISDIR(mode) Return non-zero if the mode is from a directory.
Path.rename(target) Rename this file or directory to the given target. On Unix, if target exists and is a
shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is
tempfile.gettempprefix() Return the filename prefix used to create temporary files. This does not contain the directory component
fileinput.filename() Return the name of the file currently being read. Before the first line has been read, returns None
PurePath.is_absolute() Return whether the path is absolute or not. A path is considered absolute if it has both a root and (if
Page 1 of 19