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: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)
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