ID EN
Sys

path_importer_cache

Python 3.11

A dictionary acting as a cache for finder objects. The keys are paths that have been passed to sys.path_hooks and the values are the finders that are found. If a path is a valid file system path but no finder is found on sys.path_hooks then None is stored.

Syntax

PYTHON
sys.path_importer_cache

See Also

finder sys.path_hooks sys.path_hooks imp.NullImporter