Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ read
Method
read
python/pyarrow/tests/test_io.py:1901–1902 ·
view source on GitHub ↗
(self, nbytes=None)
Source
from the content-addressed store, hash-verified
1899
return
False
1900
1901
def
read(self, nbytes=None):
1902
return
b
'hello'
1903
1904
stream = pa.input_stream(DuckReader())
1905
assert stream.read(5) == b
'hello'
Callers
15
check_large_seeks
Function · 0.45
test_python_file_read
Function · 0.45
test_python_file_get_stream
Function · 0.45
test_bytes_reader
Function · 0.45
test_python_file_implicit_mode
Function · 0.45
test_python_file_writelines
Function · 0.45
_check_native_file_reader
Function · 0.45
test_memory_map_writer
Function · 0.45
test_memory_map_resize
Function · 0.45
test_os_file_writer
Function · 0.45
test_native_file_TextIOWrapper
Function · 0.45
test_buffered_input_stream
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected