MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_is_true_literal

Method test_is_true_literal

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

Source from the content-addressed store, hash-verified

1800 )
1801
1802 def test_is_true_literal(self):
1803 c = column("x", Boolean)
1804 self.assert_compile(c.is_(True), "x IS true")
1805
1806 def test_is_false_literal(self):
1807 c = column("x", Boolean)

Callers

nothing calls this directly

Calls 3

columnFunction · 0.90
assert_compileMethod · 0.80
is_Method · 0.45

Tested by

no test coverage detected