exec_module(module) Implementation of Loader.exec_module().
origin
class importlib.machinery.FileFinder(path, *loader_details) A concrete implementation of importlib.abc.PathEntryFinder
class importlib.abc.Finder An abstract base class representing a finder.
find_module(fullname, path) A legacy method for finding a loader for the specified module
runpy.run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) Execute the code of the specified module and return
get_code(fullname) Return the code object for the specified module. Raise ZipImportError if the module couldn’t
find_spec(fullname, path, target=None) An abstract method for finding a spec for the
module_repr(module) A legacy method which when implemented calculates and returns the given module’s repr, as a string. The
abstractmethod find_module(fullname, path=None) An abstact method for finding a loader
Page 4 of 15