testing.combinations(
(operators.lshift, OperatorClass.BITWISE),
(operators.rshift, OperatorClass.BITWISE),
(operators.matmul, OperatorClass.MATH),
(operators.getitem,
| 1 | import collections.abc as collections_abc |
| 2 | import datetime |
| 3 | import enum |
| 4 | import operator |
nothing calls this directly
no outgoing calls
no test coverage detected