MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_six

Method test_single_bool_six

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

Source from the content-addressed store, hash-verified

1629 self.assert_compile(~or_(False), "true")
1630
1631 def test_single_bool_six(self):
1632 self.assert_compile(and_(~or_(false())), "true")
1633
1634 def test_single_bool_seven(self):
1635 self.assert_compile(and_(True), "true")

Callers

nothing calls this directly

Calls 4

and_Function · 0.90
or_Function · 0.90
falseFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected