path_stats(path) Optional abstract method which returns a
classmethod path_hook(*loader_details) A class method which returns a closure for use on
importlib.__import__(name, globals=None, locals=None, fromlist=(), level=0) An implementation of the built-in
find_loader(fullname) Attempt to find the loader to handle fullname within path.
importlib.reload(module) Reload a previously imported module. The argument must be a module object, so it must have
get_source(fullname) Return the source code for the specified module. Raise ZipImportError if the module couldn’t
report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules
load_module(name=None) Concrete implementation of importlib.abc.Loader.load_module() where specifying the name
submodule_search_locations
class zipimport.zipimporter(archivepath) Create a new zipimporter instance. archivepath must be a path to a ZIP file
Page 1 of 15