parent
get_code(fullname) Return the code object for the specified module. Raise ZipImportError if the module couldn’t
class importlib.machinery.FileFinder(path, *loader_details) A concrete implementation of importlib.abc.PathEntryFinder
runpy.run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) Execute the code of the specified module and return
origin
module_repr(module) A legacy method which when implemented calculates and returns the given module’s repr, as a string. The
pkgutil.find_loader(fullname) Retrieve a
load_module(fullname) Load the module specified by fullname. fullname must be the fully qualified (dotted)
load_module(fullname) Concrete implementation of Loader.load_module().
importlib.util.spec_from_file_location(name, location, *, loader=None, submodule_search_locations=None) A factory function for
Page 4 of 15