(self)
| 1427 | ) |
| 1428 | |
| 1429 | def test_eight(self): |
| 1430 | self.assert_compile( |
| 1431 | and_(false(), true()), "false", dialect=self._dialect(True) |
| 1432 | ) |
| 1433 | |
| 1434 | def test_nine(self): |
| 1435 | self.assert_compile( |
nothing calls this directly
no test coverage detected