(read_options_args)
| 1427 | @pytest.mark.parametrize( |
| 1428 | "read_options_args", ["default", "all"], indirect=True) |
| 1429 | def 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) |
nothing calls this directly
no test coverage detected