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

Function test_buffer_heap

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

Source from the content-addressed store, hash-verified

279
280
281def test_buffer_heap(gdb_arrow):
282 check_heap_repr(gdb_arrow, "heap_buffer",
283 'arrow::Buffer of size 3, read-only, "abc"')
284 check_heap_repr(gdb_arrow, "heap_buffer_mutable.get()",
285 'arrow::Buffer of size 3, mutable, "abc"')
286
287
288def test_decimals(gdb_arrow):

Callers

nothing calls this directly

Calls 1

check_heap_reprFunction · 0.85

Tested by

no test coverage detected