Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ _find
Method
_find
pex/interpreter.py:1287–1289 ·
view source on GitHub ↗
(cls, paths)
Source
from the content-addressed store, hash-verified
1285
@overload
1286
@classmethod
1287
def
_find(cls, paths):
1288
# type: (Iterable[str]) -> Iterator[PythonInterpreter]
1289
pass
1290
1291
@overload
1292
@classmethod
Callers
2
iter
Method · 0.80
iter_interpreters
Method · 0.80
Calls
1
_identify_interpreters
Method · 0.80
Tested by
no test coverage detected