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

Method test_four_double

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

Source from the content-addressed store, hash-verified

1362 )
1363
1364 def test_four_double(self):
1365 c = column("x", Boolean)
1366 self.assert_compile(
1367 select(c).where(~~c),
1368 "SELECT x WHERE x",
1369 dialect=self._dialect(True),
1370 )
1371
1372 def test_five_a(self):
1373 c = column("x", Boolean)

Callers

nothing calls this directly

Calls 5

_dialectMethod · 0.95
columnFunction · 0.90
selectFunction · 0.85
assert_compileMethod · 0.80
whereMethod · 0.45

Tested by

no test coverage detected