Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
15
test_open_input_stream
Function · 0.45
test_open_input_file
Function · 0.45
test_open_output_stream
Function · 0.45
test_open_append_stream
Function · 0.45
test_open_output_stream_metadata
Function · 0.45
test_py_open_input_stream
Function · 0.45
test_py_open_input_file
Function · 0.45
test_s3_real_aws_region_selection
Function · 0.45
test_copy_files
Function · 0.45
check_copied_files
Function · 0.45
test_write_csv_empty_batch_should_not_pollute_output
Function · 0.45
test_make_parquet_fragment_from_buffer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected