()
| 1751 | |
| 1752 | |
| 1753 | def test_reprcompare_notin_nontext() -> None: |
| 1754 | # ``not in`` with non-text operands has no specialised explanation. |
| 1755 | assert callop("not in", 1, [1, 2]) is None |
| 1756 | |
| 1757 | |
| 1758 | def test_reprcompare_notin_long_text() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…