MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_five

Method test_single_bool_five

test/sql/test_operators.py:1628–1629  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1626 self.assert_compile(~or_(false()), "true")
1627
1628 def test_single_bool_five(self):
1629 self.assert_compile(~or_(False), "true")
1630
1631 def test_single_bool_six(self):
1632 self.assert_compile(and_(~or_(false())), "true")

Callers

nothing calls this directly

Calls 2

or_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected