Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ skip_if_gdb_script_unavailable
Function
skip_if_gdb_script_unavailable
python/pyarrow/tests/test_gdb.py:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
78
79
def
skip_if_gdb_script_unavailable():
80
if
not os.path.exists(gdb_script):
81
pytest.skip(
"gdb script not found"
)
82
83
84
class
GdbSession:
Callers
1
gdb_arrow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected