MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _fixture

Method _fixture

test/sql/test_compiler.py:7427–7430  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7425 )
7426
7427 def _fixture(self):
7428 t1 = table("t1", column("a"))
7429 t2 = table("t2", column("a"))
7430 return t1, t2, select(t1).where(t1.c.a == t2.c.a)
7431
7432 def _assert_where_correlated(self, stmt):
7433 self.assert_compile(

Calls 4

tableFunction · 0.90
columnFunction · 0.90
selectFunction · 0.90
whereMethod · 0.45

Tested by

no test coverage detected