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

Method readinto

python/pyarrow/tests/test_csv.py:2181–2183  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

2179 return super().read(*args)
2180
2181 def readinto(self, *args):
2182 time.sleep(0.001)
2183 return super().readinto(*args)
2184
2185 for i in range(20):
2186 with pytest.raises(pa.ArrowInvalid):

Callers 2

test_BufferReaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected