report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules
load_module(name=None) Concrete implementation of importlib.abc.Loader.load_module() where specifying the name
submodule_search_locations
class importlib.machinery.WindowsRegistryFinder Finder for modules declared in the Windows
get_filename(fullname) Return the value __file__ would be set to if the specified module was imported. Raise
get_data(pathname) Return the data associated with pathname. Raise
classmethod invalidate_caches() Calls importlib.abc.PathEntryFinder.invalidate_caches() on all finders stored in
importlib.util.module_from_spec(spec) Create a new module based on spec and spec.loader.create_module()
class importlib.machinery.FrozenImporter An importer for frozen modules. This class implements
class importlib.abc.SourceLoader An abstract base class for implementing source (and optionally bytecode) file loading. The
Page 1 of 15