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

Method read_bytes

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

Source from the content-addressed store, hash-verified

333class BaseTestJSONRead(BaseTestJSON):
334
335 def read_bytes(self, b, **kwargs):
336 return self.read_json(pa.py_buffer(b), **kwargs)
337
338 def test_file_object(self):
339 data = b'{"a": 1, "b": 2}\n'

Callers 1

Calls 1

read_jsonMethod · 0.45

Tested by

no test coverage detected