(self)
| 1584 | ) |
| 1585 | |
| 1586 | def test_nine(self): |
| 1587 | self.assert_compile( |
| 1588 | and_(false(), true()), "0 = 1", dialect=self._dialect(False) |
| 1589 | ) |
| 1590 | |
| 1591 | def test_ten(self): |
| 1592 | c = column("x", Boolean) |
nothing calls this directly
no test coverage detected