Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ joinedload
Function
joinedload
lib/sqlalchemy/orm/strategy_options.py:2451–2452 ·
view source on GitHub ↗
(*keys: _AttrType, **kw: Any)
Source
from the content-addressed store, hash-verified
2449
2450
@loader_unbound_fn
2451
def
joinedload(*keys: _AttrType, **kw: Any) -> _AbstractLoad:
2452
return
_generate_from_keys(Load.joinedload, keys, False, kw)
2453
2454
2455
@loader_unbound_fn
Callers
15
relationship.py
File · 0.90
test_query_one
Method · 0.90
test_joinedload
Method · 0.90
test_multiple_explicit_entities_four
Method · 0.90
test_multiple_explicit_entities_five
Method · 0.90
test_inner_joinedload_w_limit
Method · 0.90
test_inner_joinedload_wo_limit
Method · 0.90
test_outer_joinedload_w_limit
Method · 0.90
test_outer_joinedload_wo_limit
Method · 0.90
test_for_update_on_inner_w_joinedload
Method · 0.90
test_for_update_on_inner_w_joinedload_no_render_oracle
Method · 0.90
test_relationship_population_maintained
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
15
test_query_one
Method · 0.72
test_joinedload
Method · 0.72
test_multiple_explicit_entities_four
Method · 0.72
test_multiple_explicit_entities_five
Method · 0.72
test_inner_joinedload_w_limit
Method · 0.72
test_inner_joinedload_wo_limit
Method · 0.72
test_outer_joinedload_w_limit
Method · 0.72
test_outer_joinedload_wo_limit
Method · 0.72
test_for_update_on_inner_w_joinedload
Method · 0.72
test_for_update_on_inner_w_joinedload_no_render_oracle
Method · 0.72
test_relationship_population_maintained
Method · 0.72
test_loader_options
Method · 0.72