MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_four

Method test_single_bool_four

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

Source from the content-addressed store, hash-verified

1623 self.assert_compile(or_(~and_(true())), "false")
1624
1625 def test_single_bool_four(self):
1626 self.assert_compile(~or_(false()), "true")
1627
1628 def test_single_bool_five(self):
1629 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