MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_four

Method test_single_bool_four

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

Source from the content-addressed store, hash-verified

1471 self.assert_compile(or_(~and_(true())), "false")
1472
1473 def test_single_bool_four(self):
1474 self.assert_compile(~or_(false()), "true")
1475
1476 def test_single_bool_five(self):
1477 self.assert_compile(~or_(False), "true")

Callers

nothing calls this directly

Calls 3

or_Function · 0.90
falseFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected