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

Method get_source

python/pyarrow/tests/test_ipc.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 return self._sink_factory()
53
54 def get_source(self):
55 return self.sink.getvalue()
56
57 def write_batches(self, num_batches=5, as_table=False):
58 nrows = 5

Callers 15

_check_roundtripMethod · 0.80
test_file_read_allFunction · 0.80
test_file_read_pandasFunction · 0.80
test_file_pathlibFunction · 0.80
test_open_stream_optionsFunction · 0.80
test_open_file_optionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected