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.ExtensionFileLoader.name
  • References/Python/Python/Importing

name Name of the module the loader supports.

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

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

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

importlib.util.spec_from_loader(name, loader, *, origin=None, is_package=None) A factory function for creating a ModuleSpec

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

importlib.util.cache_from_source(path, debug_override=None, *, optimization=None) Return the

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

get_code(fullname) Return the code object for a module, or None if the module does not have a code object (as would

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

class importlib.abc.Loader An abstract base class for a loader. See

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

loader

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.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