(self)
| 1579 | ) |
| 1580 | |
| 1581 | def test_eight(self): |
| 1582 | self.assert_compile( |
| 1583 | and_(false(), true()), "false", dialect=self._dialect(True) |
| 1584 | ) |
| 1585 | |
| 1586 | def test_nine(self): |
| 1587 | self.assert_compile( |
nothing calls this directly
no test coverage detected