report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules
class importlib.machinery.WindowsRegistryFinder Finder for modules declared in the Windows
submodule_search_locations
abstractmethod get_filename(fullname) An abstract method that is to return the value of __file__ for the specified
get_data(pathname) Return the data associated with pathname. Raise
get_source(fullname) Concrete implementation of InspectLoader.get_source().
get_source(fullname) Returns None as bytecode files have no source when this loader is used.
importlib.reload(module) Reload a previously imported module. The argument must be a module object, so it must have
modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.
class importlib.abc.SourceLoader An abstract base class for implementing source (and optionally bytecode) file loading. The
Page 1 of 15