Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ skip_if_gdb_unavailable
Function
skip_if_gdb_unavailable
python/pyarrow/tests/test_gdb.py:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
74
def
skip_if_gdb_unavailable():
75
if
not is_gdb_available():
76
pytest.skip(
"gdb command unavailable"
)
77
78
79
def
skip_if_gdb_script_unavailable():
Callers
1
gdb
Function · 0.85
Calls
1
is_gdb_available
Function · 0.85
Tested by
no test coverage detected