MCPcopy 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_seeksFunction · 0.45
test_python_file_readFunction · 0.45
test_bytes_readerFunction · 0.45
test_memory_map_writerFunction · 0.45
test_memory_map_resizeFunction · 0.45
test_os_file_writerFunction · 0.45
test_os_file_raw_fdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected