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

Method test_column_identity_eq

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

Source from the content-addressed store, hash-verified

2828 is_(bool(expr), False)
2829
2830 def test_column_identity_eq(self):
2831 c1 = column("c1")
2832 self._assert_true(c1 == c1)
2833
2834 def test_column_identity_gt(self):
2835 c1 = column("c1")

Callers

nothing calls this directly

Calls 2

_assert_trueMethod · 0.95
columnFunction · 0.90

Tested by

no test coverage detected