MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_column_identity_eq

Method test_column_identity_eq

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

Source from the content-addressed store, hash-verified

3002 is_(bool(expr), False)
3003
3004 def test_column_identity_eq(self):
3005 c1 = column("c1")
3006 self._assert_true(c1 == c1)
3007
3008 def test_column_identity_gt(self):
3009 c1 = column("c1")

Callers

nothing calls this directly

Calls 2

_assert_trueMethod · 0.95
columnFunction · 0.90

Tested by

no test coverage detected