MCPcopy 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
79def skip_if_gdb_script_unavailable():
80 if not os.path.exists(gdb_script):
81 pytest.skip("gdb script not found")
82
83
84class GdbSession:

Callers 1

gdb_arrowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected