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

Method read

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

Source from the content-addressed store, hash-verified

2175
2176 class MyBytesIO(io.BytesIO):
2177 def read(self, *args):
2178 time.sleep(0.001)
2179 return super().read(*args)
2180
2181 def readinto(self, *args):
2182 time.sleep(0.001)

Calls

no outgoing calls

Tested by

no test coverage detected