ID EN
Sys

path_hooks

Python 3.11

A list of callables that take a path argument to try to create a finder for the path. If a finder can be created, it is to be returned by the callable, else raise ImportError.

Syntax

PYTHON
sys.path_hooks

See Also

finder ImportError