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:1926–1927 ·
view source on GitHub ↗
(self, nbytes=None)
Source
from the content-addressed store, hash-verified
1924
return
False
1925
1926
def
read(self, nbytes=None):
1927
return
b
'hello'
1928
1929
stream = pa.input_stream(DuckReader())
1930
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_os_file_raw_fd
Function · 0.45
test_native_file_TextIOWrapper
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected