MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_three

Method test_single_bool_three

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

Source from the content-addressed store, hash-verified

1620 self.assert_compile(~and_(True), "false")
1621
1622 def test_single_bool_three(self):
1623 self.assert_compile(or_(~and_(true())), "false")
1624
1625 def test_single_bool_four(self):
1626 self.assert_compile(~or_(false()), "true")

Callers

nothing calls this directly

Calls 4

or_Function · 0.90
and_Function · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected