PurePath.with_name(name) Return a new path with the name changed. If the original path doesn’t have a name, ValueError
os.path.isabs(path) Return True if path is an absolute pathname. On Unix, that means it begins with a
report_full_closure() Print a comparison between a and b and common subdirectories (recursively).
glob.iglob(pathname, recursive=False) Return an iterator which yields the same values
PurePath.root A string representing the (local or global) root, if any:
Source code: Lib/macpath.py
Path.owner() Return the name of the user owning the file.
diff_files Files which are in both a and b, whose contents differ according to the class’s file comparison
tempfile.gettempprefixb() Same as gettempprefix() but the return value is in bytes.
Path.is_file() Return True if the path points to a regular file (or a symbolic link pointing to a regular file)
Page 7 of 19