Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/orm/test_recursive_loaders.py:101–107 ·
view source on GitHub ↗
(sess)
Source
from the content-addressed store, hash-verified
99
Node = self.classes.Node
100
101
def
go(sess):
102
n1, n2 = sess.scalars(
103
select(Node)
104
.where(Node.data.in_([
"n1"
,
"n2"
]))
105
.order_by(Node.id)
106
).all()
107
return
n1, n2
108
109
return
go
110
Callers
nothing calls this directly
Calls
10
select
Function · 0.90
loader
Function · 0.85
all
Method · 0.45
scalars
Method · 0.45
order_by
Method · 0.45
where
Method · 0.45
in_
Method · 0.45
options
Method · 0.45
filter
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected