Definition
A finder returned by a callable on sys.path_hooks
(i.e. a path entry hook) which knows how to locate modules given
a path entry.
See importlib.abc.PathEntryFinder for the methods that path entry
finders implement.
A finder returned by a callable on sys.path_hooks
(i.e. a path entry hook) which knows how to locate modules given
a path entry.
See importlib.abc.PathEntryFinder for the methods that path entry
finders implement.