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

Function test_write_options_repr

python/pyarrow/tests/test_ipc.py:1402–1404  ·  view source on GitHub ↗
(write_options_args)

Source from the content-addressed store, hash-verified

1400@pytest.mark.parametrize(
1401 "write_options_args", ["default", "all"], indirect=True)
1402def test_write_options_repr(write_options_args):
1403 # https://github.com/apache/arrow/issues/47358
1404 check_ipc_options_repr(pa.ipc.IpcWriteOptions, write_options_args)
1405
1406
1407@pytest.fixture

Callers

nothing calls this directly

Calls 1

check_ipc_options_reprFunction · 0.85

Tested by

no test coverage detected