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

Function test_read_options_repr

python/pyarrow/tests/test_ipc.py:1429–1431  ·  view source on GitHub ↗
(read_options_args)

Source from the content-addressed store, hash-verified

1427@pytest.mark.parametrize(
1428 "read_options_args", ["default", "all"], indirect=True)
1429def test_read_options_repr(read_options_args):
1430 # https://github.com/apache/arrow/issues/47358
1431 check_ipc_options_repr(pa.ipc.IpcReadOptions, read_options_args)

Callers

nothing calls this directly

Calls 1

check_ipc_options_reprFunction · 0.85

Tested by

no test coverage detected