abstractmethod get_filename(fullname) An abstract method that is to return the value of __file__ for the specified
class importlib.abc.SourceLoader An abstract base class for implementing source (and optionally bytecode) file loading. The
submodule_search_locations
class importlib.machinery.ExtensionFileLoader(fullname, path) A concrete implementation of importlib.abc.ExecutionLoader
importlib.import_module(name, package=None) Import a module. The name argument specifies what module to import in absolute
get_filename(fullname) Return the value __file__ would be set to if the specified module was imported. Raise
class zipimport.zipimporter(archivepath) Create a new zipimporter instance. archivepath must be a path to a ZIP file
abstractmethod find_module(fullname, path=None) An abstact method for finding a loader
pkgutil.get_importer(path_item) Retrieve a
class pkgutil.ImpImporter(dirname=None)
Page 3 of 15