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

Method open_bytes

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

Source from the content-addressed store, hash-verified

379 return open_json(json, *args, **kwargs)
380
381 def open_bytes(self, b, **kwargs):
382 return self.open_json(pa.py_buffer(b), **kwargs)
383
384 def check_reader(self, reader, expected_schema, expected_data):
385 assert reader.schema == expected_schema

Calls 1

open_jsonMethod · 0.95

Tested by

no test coverage detected