MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/sql/test_lambdas.py:76–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 y = 5
75
76 def go():
77 return select(t1).where(lambda: and_(t1.c.q == x, t1.c.p == y))
78
79 self.assert_compile(
80 go(), "SELECT t1.q, t1.p FROM t1 WHERE t1.q = :x_1 AND t1.p = :y_1"

Callers

nothing calls this directly

Calls 15

selectFunction · 0.90
and_Function · 0.90
columnFunction · 0.90
bindparamFunction · 0.90
joinFunction · 0.90
ARRAYClass · 0.90
literalFunction · 0.90
lambda_stmtFunction · 0.90
whereMethod · 0.45
executeMethod · 0.45
in_Method · 0.45
order_byMethod · 0.45

Tested by

no test coverage detected