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

Method read_bytes

python/pyarrow/tests/test_csv.py:1677–1678  ·  view source on GitHub ↗
(self, b, **kwargs)

Source from the content-addressed store, hash-verified

1675 assert batch.to_pydict() == expected_batch
1676
1677 def read_bytes(self, b, **kwargs):
1678 return self.open_bytes(b, **kwargs).read_all()
1679
1680 def test_file_object(self):
1681 data = b"a,b\n1,2\n3,4\n"

Callers

nothing calls this directly

Calls 1

open_bytesMethod · 0.95

Tested by

no test coverage detected