linecache.lazycache(filename, module_globals) Capture enough detail about a non-file-based module to permit getting its lines
Path.group() Return the name of the group owning the file.
Path.symlink_to(target, target_is_directory=False) Make this path a symbolic link to target. Under Windows, ta
os.path.getmtime(path) Return the time of last modification of path. The return value is a number giving the number
fnmatch.fnmatchcase(filename, pattern) Test whether filename matches pattern, returning
shutil.which(cmd, mode=os.F_OK | os.X_OK, path=None) Return the path to an executable which would be run if the given cmd
Path.rmdir() Remove this directory. The directory must be empty.
linecache.clearcache() Clear the cache. Use this function if you no longer need lines from files previously read using getline()
shutil.register_unpack_format(name, extensions, function[, extra_args[, description]]) Registers an unpack format. name
shutil.disk_usage(path) Return disk usage statistics about the given path as a named tuple
Page 11 of 19