Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ subqueryload
Function
subqueryload
lib/sqlalchemy/orm/strategy_options.py:2456–2457 ·
view source on GitHub ↗
(*keys: _AttrType)
Source
from the content-addressed store, hash-verified
2454
2455
@loader_unbound_fn
2456
def
subqueryload(*keys: _AttrType) -> _AbstractLoad:
2457
return
_generate_from_keys(Load.subqueryload, keys, False, {})
2458
2459
2460
@loader_unbound_fn
Callers
15
test_subquery_eagerloading
Method · 0.90
test_subqueryload_post_context
Method · 0.90
test_subqueryload_post_context_w_cancelling_event
Method · 0.90
test_load
Method · 0.90
test_no_subqueryload_opt
Method · 0.90
test_eagerload_opt_disable
Method · 0.90
go
Method · 0.90
test_star_must_be_alone
Method · 0.90
test_star_cant_be_followed
Method · 0.90
test_basic
Method · 0.90
test_from_statement
Method · 0.90
test_from_aliased_w_cache_one
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
15
test_subquery_eagerloading
Method · 0.72
test_subqueryload_post_context
Method · 0.72
test_subqueryload_post_context_w_cancelling_event
Method · 0.72
test_load
Method · 0.72
test_no_subqueryload_opt
Method · 0.72
test_eagerload_opt_disable
Method · 0.72
go
Method · 0.72
test_star_must_be_alone
Method · 0.72
test_star_cant_be_followed
Method · 0.72
test_basic
Method · 0.72
test_from_statement
Method · 0.72
test_from_aliased_w_cache_one
Method · 0.72