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

Function test_gdb_arrow

python/pyarrow/tests/test_gdb.py:224–226  ·  view source on GitHub ↗
(gdb_arrow)

Source from the content-addressed store, hash-verified

222
223
224def test_gdb_arrow(gdb_arrow):
225 s = gdb_arrow.print_value("42 + 1")
226 assert s == "43"
227
228
229def check_stack_repr(gdb, expr, expected):

Callers

nothing calls this directly

Calls 1

print_valueMethod · 0.80

Tested by

no test coverage detected