MCPcopy
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

iterMethod · 0.80
iter_interpretersMethod · 0.80

Calls 1

Tested by

no test coverage detected