(self)
| 1635 | self.assert_compile(and_(True), "true") |
| 1636 | |
| 1637 | def test_single_bool_eight(self): |
| 1638 | self.assert_compile(or_(False), "false") |
| 1639 | |
| 1640 | def test_single_bool_nine(self): |
| 1641 | self.assert_compile( |
nothing calls this directly
no test coverage detected