()
| 266 | |
| 267 | |
| 268 | def test_python_file_large_seeks(): |
| 269 | def factory(filename): |
| 270 | return pa.PythonFile(open(filename, 'rb')) |
| 271 | |
| 272 | check_large_seeks(factory) |
| 273 | |
| 274 | |
| 275 | def test_bytes_reader(): |
nothing calls this directly
no test coverage detected