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

Method read

python/pyarrow/tests/parquet/test_basic.py:326–327  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

324def test_file_error_python_exception():
325 class BogusFile(io.BytesIO):
326 def read(self, *args):
327 raise ZeroDivisionError("zorglub")
328
329 def seek(self, *args):
330 raise ZeroDivisionError("zorglub")

Calls

no outgoing calls

Tested by

no test coverage detected