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

Method read

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

Source from the content-addressed store, hash-verified

341def test_file_error_python_exception():
342 class BogusFile(io.BytesIO):
343 def read(self, *args):
344 raise ZeroDivisionError("zorglub")
345
346 def seek(self, *args):
347 raise ZeroDivisionError("zorglub")

Calls

no outgoing calls

Tested by

no test coverage detected