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

origin

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

pkgutil.find_loader(fullname) Retrieve a

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

load_module(fullname) Calls super’s load_module().

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

abstractmethod get_data(path) Reads path as a binary file and returns the bytes from it.

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

importlib.util.spec_from_file_location(name, location, *, loader=None, submodule_search_locations=None) A factory function for

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

load_module(fullname) Concrete implementation of Loader.load_module().

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

class importlib.machinery.FileFinder(path, *loader_details) A concrete implementation of importlib.abc.PathEntryFinder

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

exec_module(module) Implementation of Loader.exec_module().

2025-01-10 15:47:30
pkgutil.ImpImporter
  • References/Python/Python/Importing

class pkgutil.ImpImporter(dirname=None)

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

load_module(fullname) Implementation of Loader.load_module().

2025-01-10 15:47:30