Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go1
Method
go1
test/orm/test_lambdas.py:110–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
return
s.execute(stmt)
109
110
def
go1():
111
r1 = query([
"ed"
])
112
eq_(
113
r1.all(),
114
[
115
(
"ed"
,
"ed@wood.com"
),
116
(
"ed"
,
"ed@bettyboop.com"
),
117
(
"ed"
,
"ed@lala.com"
),
118
],
119
)
120
121
def
go2():
122
r1 = query([
"ed"
,
"fred"
])
Callers
nothing calls this directly
Calls
6
eq_
Function · 0.90
query
Class · 0.85
User
Class · 0.70
Address
Class · 0.70
all
Method · 0.45
scalars
Method · 0.45
Tested by
no test coverage detected