Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/orm/test_deferred.py:504–505 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
q = sess.query(Order).order_by(Order.id).options(defer(Order.user_id))
503
504
def
go():
505
q.all()[0].user_id
506
507
self.sql_eq_(
508
go,
Callers
nothing calls this directly
Calls
6
undefer_group
Function · 0.90
eq_
Function · 0.90
Load
Class · 0.90
undefer_group
Method · 0.80
all
Method · 0.45
options
Method · 0.45
Tested by
no test coverage detected