MCPcopy Index your code
hub / github.com/python/cpython / get_py_exe

Method get_py_exe

Lib/test/test_launcher.py:213–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

211 return py_exe
212
213 def get_py_exe(self):
214 if not self.py_exe:
215 self.py_exe = self.find_py()
216 return self.py_exe
217
218 def run_py(self, args, env=None, allow_fail=False, expect_returncode=0, argv=None):
219 if not self.py_exe:

Callers 1

Calls 1

find_pyMethod · 0.95

Tested by

no test coverage detected