@importlib.util.set_package A decorator for importlib.abc.Loader.load_module()
name Name of the module the loader supports.
class importlib.abc.InspectLoader An abstract base class for a loader which implements
importlib.util.spec_from_loader(name, loader, *, origin=None, is_package=None) A factory function for creating a ModuleSpec
importlib.util.cache_from_source(path, debug_override=None, *, optimization=None) Return the
get_code(fullname) Return the code object for a module, or None if the module does not have a code object (as would
class importlib.abc.Loader An abstract base class for a loader. See
loader
class importlib.abc.ResourceLoader An abstract base class for a loader which implements
importlib.util.source_from_cache(path) Given the path to a
Page 9 of 15