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

Method seek

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

Source from the content-addressed store, hash-verified

327 raise ZeroDivisionError("zorglub")
328
329 def seek(self, *args):
330 raise ZeroDivisionError("zorglub")
331
332 # ensure the Python exception is restored
333 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