PurePath.is_reserved() With PureWindowsPath, return True if the path is considered reserved under
Path.is_char_device() Return True if the path points to a character device (or a symbolic link pointing to a character
tempfile.gettempprefixb() Same as gettempprefix() but the return value is in bytes.
glob.iglob(pathname, recursive=False) Return an iterator which yields the same values
os.path.expandvars(path) Return the argument with environment variables expanded. Substrings of the form $name
PurePath.root A string representing the (local or global) root, if any:
filecmp.clear_cache() Clear the filecmp cache. This may be useful if a file is compared so quickly after it is modified that
PurePath.with_suffix(suffix) Return a new path with the suffix changed. If the original path doesn’t have a suffix
Source code: Lib/macpath.py
fnmatch.fnmatch(filename, pattern) Test whether the filename string matches the pattern string, returning
Page 7 of 19