(kinds, types, op, shape, _)
| 993 | ), |
| 994 | ) |
| 995 | def check_raises_te(kinds, types, op, shape, _): |
| 996 | check_raises(kinds, types, op, shape) |
| 997 | |
| 998 | |
| 999 | # Arithmetic operations between booleans that are not allowed |
nothing calls this directly
no test coverage detected