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

Method readinto

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

Source from the content-addressed store, hash-verified

2109 return super().read(*args)
2110
2111 def readinto(self, *args):
2112 time.sleep(0.001)
2113 return super().readinto(*args)
2114
2115 for i in range(20):
2116 with pytest.raises(pa.ArrowInvalid):

Callers 2

test_BufferReaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected