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

Method seek

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

Source from the content-addressed store, hash-verified

344 raise ZeroDivisionError("zorglub")
345
346 def seek(self, *args):
347 raise ZeroDivisionError("zorglub")
348
349 # ensure the Python exception is restored
350 with pytest.raises(ZeroDivisionError, match="zorglub"):

Callers 15

write_metadataFunction · 0.80
test_filelike_objectsFunction · 0.80
test_open_input_fileFunction · 0.80
test_write_quoting_styleFunction · 0.80
test_bytesio_readwriteFunction · 0.80
test_tensor_ipc_stridedFunction · 0.80
test_writesFunction · 0.80
test_BufferReaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected