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

Method read_bytes

python/pyarrow/tests/test_json.py:393–394  ·  view source on GitHub ↗
(self, b, **kwargs)

Source from the content-addressed store, hash-verified

391 assert batch.to_pydict() == expected_batch
392
393 def read_bytes(self, b, **kwargs):
394 return self.open_bytes(b, **kwargs).read_all()
395
396 def test_file_object(self):
397 data = b'{"a": 1, "b": 2}\n'

Callers

nothing calls this directly

Calls 1

open_bytesMethod · 0.95

Tested by

no test coverage detected