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

Method read

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

Source from the content-addressed store, hash-verified

2105
2106 class MyBytesIO(io.BytesIO):
2107 def read(self, *args):
2108 time.sleep(0.001)
2109 return super().read(*args)
2110
2111 def readinto(self, *args):
2112 time.sleep(0.001)

Calls

no outgoing calls

Tested by

no test coverage detected