importlib.machinery.ModuleSpec.cached
  • References/Python/Python/Importing

cached

2025-01-10 15:47:30
importlib.machinery.ModuleSpec.loader_state
  • References/Python/Python/Importing

loader_state

2025-01-10 15:47:30
importlib.abc.ExecutionLoader
  • References/Python/Python/Importing

class importlib.abc.ExecutionLoader An abstract base class which inherits from InspectLoader that, when implemented

2025-01-10 15:47:30
pkgutil.get_loader()
  • References/Python/Python/Importing

pkgutil.get_loader(module_or_name) Get a

2025-01-10 15:47:30
importlib.abc.ResourceLoader
  • References/Python/Python/Importing

class importlib.abc.ResourceLoader An abstract base class for a loader which implements

2025-01-10 15:47:30
importlib.abc.SourceLoader.exec_module()
  • References/Python/Python/Importing

exec_module(module) Concrete implementation of Loader.exec_module(). New

2025-01-10 15:47:30
importlib.util.source_from_cache()
  • References/Python/Python/Importing

importlib.util.source_from_cache(path) Given the path to a

2025-01-10 15:47:30
importlib.util.set_package()
  • References/Python/Python/Importing

@importlib.util.set_package A decorator for importlib.abc.Loader.load_module()

2025-01-10 15:47:30
importlib.machinery.ModuleSpec.has_location
  • References/Python/Python/Importing

has_location

2025-01-10 15:47:30
importlib.abc.Loader.exec_module()
  • References/Python/Python/Importing

exec_module(module) An abstract method that executes the module in its own namespace when a module is imported or reloaded.

2025-01-10 15:47:30