zipimport.zipimporter.find_module()
  • References/Python/Python/Importing

find_module(fullname[, path]) Search for a module specified by fullname. fullname must be the fully qualified

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

set_data(path, data) Optional abstract method which writes the specified bytes to a file path. Any intermediate directories

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

importlib.invalidate_caches() Invalidate the internal caches of finders stored at

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

invalidate_caches() An optional method which, when called, should invalidate any internal cache used by the finder. Used by

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

class pkgutil.ImpLoader(fullname, file, filename, etc)

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

importlib.machinery.DEBUG_BYTECODE_SUFFIXES A list of strings representing the file suffixes for non-optimized bytecode modules

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

importlib.util.find_spec(name, package=None) Find the spec for a module, optionally relative

2025-01-10 15:47:30
importlib.machinery.ExtensionFileLoader.create_module()
  • References/Python/Python/Importing

create_module(spec) Creates the module object from the given specification in accordance with

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

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

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

invalidate_caches() An optional method which, when called, should invalidate any internal cache used by the finder. Used by

2025-01-10 15:47:30