cached
loader_state
class importlib.abc.ExecutionLoader An abstract base class which inherits from InspectLoader that, when implemented
pkgutil.get_loader(module_or_name) Get a
class importlib.abc.ResourceLoader An abstract base class for a loader which implements
exec_module(module) Concrete implementation of Loader.exec_module(). New
importlib.util.source_from_cache(path) Given the path to a
@importlib.util.set_package A decorator for importlib.abc.Loader.load_module()
has_location
exec_module(module) An abstract method that executes the module in its own namespace when a module is imported or reloaded.
Page 8 of 15