Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
select
Function · 0.90
and_
Function · 0.90
column
Function · 0.90
bindparam
Function · 0.90
join
Function · 0.90
ARRAY
Class · 0.90
literal
Function · 0.90
lambda_stmt
Function · 0.90
where
Method · 0.45
execute
Method · 0.45
in_
Method · 0.45
order_by
Method · 0.45
Tested by
no test coverage detected