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

Function test_buffer_hashing

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected