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

Method _fixture

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

Source from the content-addressed store, hash-verified

7219 )
7220
7221 def _fixture(self):
7222 t1 = table("t1", column("a"))
7223 t2 = table("t2", column("a"))
7224 return t1, t2, select(t1).where(t1.c.a == t2.c.a)
7225
7226 def _assert_where_correlated(self, stmt):
7227 self.assert_compile(

Calls 4

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

Tested by

no test coverage detected