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

Function test_buffer_hashing

python/pyarrow/tests/test_io.py:629–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627
628
629def test_buffer_hashing():
630 # Buffers are unhashable
631 with pytest.raises(TypeError, match="unhashable"):
632 hash(pa.py_buffer(b'123'))
633
634
635@pytest.mark.numpy

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected