(self)
| 1432 | ) |
| 1433 | |
| 1434 | def test_nine(self): |
| 1435 | self.assert_compile( |
| 1436 | and_(false(), true()), "0 = 1", dialect=self._dialect(False) |
| 1437 | ) |
| 1438 | |
| 1439 | def test_ten(self): |
| 1440 | c = column("x", Boolean) |
nothing calls this directly
no test coverage detected