MCPcopy Create free account
hub / github.com/apache/arrow / test_python_file_large_seeks

Function test_python_file_large_seeks

python/pyarrow/tests/test_io.py:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266
267
268def test_python_file_large_seeks():
269 def factory(filename):
270 return pa.PythonFile(open(filename, 'rb'))
271
272 check_large_seeks(factory)
273
274
275def test_bytes_reader():

Callers

nothing calls this directly

Calls 1

check_large_seeksFunction · 0.85

Tested by

no test coverage detected