class pkgutil.ImpImporter(dirname=None)
prefix The subpath within the ZIP file where modules are searched. This is the empty string for zipimporter objects which point
abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.
load_module(fullname) Load the module specified by fullname. fullname must be the fully qualified (dotted)
abstractmethod get_filename(fullname) Returns path.
parent
pkgutil.find_loader(fullname) Retrieve a
classmethod find_module(fullname, path=None) A legacy wrapper around find_spec().
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().
Page 5 of 15