classmethod invalidate_caches() Calls importlib.abc.PathEntryFinder.invalidate_caches() on all finders stored in
class importlib.util.LazyLoader(loader) A class which postpones the execution of the loader of a module until the module has
classmethod path_hook(*loader_details) A class method which returns a closure for use on
class importlib.machinery.FrozenImporter An importer for frozen modules. This class implements
modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.
importlib.util.module_from_spec(spec) Create a new module based on spec and spec.loader.create_module()
report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules
get_data(pathname) Return the data associated with pathname. Raise
is_package(fullname) An abstract method to return a true value if the module is a package, a false value otherwise.
abstractmethod get_filename(fullname) An abstract method that is to return the value of __file__ for the specified
Page 1 of 15