MCPcopy
hub / github.com/pex-tool/pex / _identify_interpreters

Method _identify_interpreters

pex/interpreter.py:1320–1327  ·  view source on GitHub ↗
(
        cls,
        filter,  # type: PathFilter
        error_handler,  # type: None
        paths=None,  # type: Optional[Iterable[str]]
    )

Source from the content-addressed store, hash-verified

1318 @overload
1319 @classmethod
1320 def _identify_interpreters(
1321 cls,
1322 filter, # type: PathFilter
1323 error_handler, # type: None
1324 paths=None, # type: Optional[Iterable[str]]
1325 ):
1326 # type: (...) -> Iterator[PythonInterpreter]
1327 pass
1328
1329 @overload
1330 @classmethod

Callers 2

from_envMethod · 0.80
_findMethod · 0.80

Calls 3

execute_parallelFunction · 0.90
OrderedSetClass · 0.90
castFunction · 0.90

Tested by

no test coverage detected