parent
origin
pkgutil.get_importer(path_item) Retrieve a
module_repr(module) A legacy method which when implemented calculates and returns the given module’s repr, as a string. The
abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
abstractmethod get_filename(fullname) Returns path.
abstractmethod find_module(fullname, path=None) An abstact method for finding a loader
load_module(fullname) Implementation of Loader.load_module().
exec_module(module) Implementation of Loader.exec_module().
load_module(fullname) Calls super’s load_module().
Page 4 of 15