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

Method _pyenv

pex/interpreter.py:1066–1070  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1064
1065 @classmethod
1066 def _pyenv(cls):
1067 # type: () -> Optional[Pyenv]
1068 if isinstance(cls._PYENV, tuple):
1069 cls._PYENV = Pyenv.find()
1070 return cls._PYENV
1071
1072 @classmethod
1073 def _resolve_pyenv_shim(

Callers 1

_resolve_pyenv_shimMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected