importlib.find_loader(name, path=None) Find the loader for a module, optionally within the specified path. If the module
class importlib.machinery.FrozenImporter An importer for frozen modules. This class implements
class importlib.abc.SourceLoader An abstract base class for implementing source (and optionally bytecode) file loading. The
submodule_search_locations
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
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
classmethod invalidate_caches() Calls importlib.abc.PathEntryFinder.invalidate_caches() on all finders stored in
find_loader(fullname) Attempt to find the loader to handle fullname within path.
Page 1 of 15