get_source(fullname) Concrete implementation of InspectLoader.get_source().
modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.
get_source(fullname) Returns None as bytecode files have no source when this loader is used.
class importlib.machinery.ExtensionFileLoader(fullname, path) A concrete implementation of importlib.abc.ExecutionLoader
importlib.reload(module) Reload a previously imported module. The argument must be a module object, so it must have
classmethod path_hook(*loader_details) A class method which returns a closure for use on
path_stats(path) Optional abstract method which returns a
exec_module(module) Implementation of Loader.exec_module().
class pkgutil.ImpImporter(dirname=None)
abstractmethod find_module(fullname, path=None) An abstact method for finding a loader
Page 3 of 15