Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
68
def
python_executable():
69
path = shutil.which(
"python3"
)
70
assert path is not None,
"Couldn't find python3 executable"
71
return
path
72
73
74
def
skip_if_gdb_unavailable():
Callers
1
gdb
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected