abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
load_module(fullname) Concrete implementation of Loader.load_module().
parent
origin
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().
find_module(fullname, path) A legacy method for finding a loader for the specified module
Page 4 of 15