MCPcopy Index your code
hub / github.com/pex-tool/pex / get

Method get

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

Source from the content-addressed store, hash-verified

936
937 @classmethod
938 def get(cls):
939 # type: () -> PythonInterpreter
940 return cls.from_binary(sys.executable)
941
942 @staticmethod
943 def _paths(paths=None):

Callers

nothing calls this directly

Calls 1

from_binaryMethod · 0.80

Tested by

no test coverage detected