Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ lazyload
Function
lazyload
lib/sqlalchemy/orm/strategy_options.py:2475–2476 ·
view source on GitHub ↗
(*keys: _AttrType)
Source
from the content-addressed store, hash-verified
2473
2474
@loader_unbound_fn
2475
def
lazyload(*keys: _AttrType) -> _AbstractLoad:
2476
return
_generate_from_keys(Load.lazyload, keys, False, {})
2477
2478
2479
@loader_unbound_fn
Callers
8
test_set_shard_option_relationship
Method · 0.90
test_instance_lazy_relation_loaders
Method · 0.90
test_lazyload_extra_criteria_not_supported
Method · 0.90
test_m2o_joinedload_not_others
Method · 0.90
go
Method · 0.90
test_state_noload_to_lazy
Method · 0.90
get_statement
Method · 0.90
go
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
8
test_set_shard_option_relationship
Method · 0.72
test_instance_lazy_relation_loaders
Method · 0.72
test_lazyload_extra_criteria_not_supported
Method · 0.72
test_m2o_joinedload_not_others
Method · 0.72
go
Method · 0.72
test_state_noload_to_lazy
Method · 0.72
get_statement
Method · 0.72
go
Method · 0.72