MCPcopy Create free account
hub / github.com/apache/arrow / python_executable

Function python_executable

python/pyarrow/tests/test_gdb.py:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67@lru_cache()
68def python_executable():
69 path = shutil.which("python3")
70 assert path is not None, "Couldn't find python3 executable"
71 return path
72
73
74def skip_if_gdb_unavailable():

Callers 1

gdbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected