exec_module(module) An abstract method that executes the module in its own namespace when a module is imported or reloaded.
get_code(fullname) Return the code object for a module, or None if the module does not have a code object (as would
pkgutil.get_data(package, resource) Get a resource from a package. This is a wrapper for the
pkgutil.iter_importers(fullname='') Yield
has_location
is_package(fullname) Concrete implementation of InspectLoader.is_package(). A module is determined to be a package
invalidate_caches() Clear out the internal cache.
class importlib.abc.InspectLoader An abstract base class for a loader which implements
importlib.machinery.all_suffixes() Returns a combined list of strings representing all file suffixes for modules recognized
abstractmethod get_data(path) An abstract method to return the bytes for the data located at path. Loaders that have
Page 9 of 15