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
class importlib.machinery.ExtensionFileLoader(fullname, path) A concrete implementation of importlib.abc.ExecutionLoader
class zipimport.zipimporter(archivepath) Create a new zipimporter instance. archivepath must be a path to a ZIP file
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
Page 1 of 15