(kinds, types_in)
| 941 | |
| 942 | @cartesian_params(selected_bin_input_kinds, iter_pow(selected_integer_types, 2)) |
| 943 | def test_mod_selected(kinds, types_in): |
| 944 | check_arithm_mod(kinds, types_in, shape_small) |
| 945 | |
| 946 | |
| 947 | mixed_sign_types = [ |
nothing calls this directly
no test coverage detected