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

Method read_bytes

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

Source from the content-addressed store, hash-verified

1605 assert batch.to_pydict() == expected_batch
1606
1607 def read_bytes(self, b, **kwargs):
1608 return self.open_bytes(b, **kwargs).read_all()
1609
1610 def test_file_object(self):
1611 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