origin
pkgutil.find_loader(fullname) Retrieve a
load_module(fullname) Calls super’s load_module().
abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
importlib.util.spec_from_file_location(name, location, *, loader=None, submodule_search_locations=None) A factory function for
load_module(fullname) Concrete implementation of Loader.load_module().
class importlib.machinery.FileFinder(path, *loader_details) A concrete implementation of importlib.abc.PathEntryFinder
exec_module(module) Implementation of Loader.exec_module().
class pkgutil.ImpImporter(dirname=None)
load_module(fullname) Implementation of Loader.load_module().
Page 5 of 15