Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ lazyload
Method
lazyload
test/orm/test_attributes.py:2902–2903 ·
view source on GitHub ↗
(state, passive)
Source
from the content-addressed store, hash-verified
2900
lazy_load = []
2901
2902
def
lazyload(state, passive):
2903
return
lazy_load
2904
2905
instrumentation.register_class(Foo)
2906
instrumentation.register_class(Bar)
Callers
12
load_options_ok
Function · 0.45
load_options_error
Function · 0.45
go
Method · 0.45
test_global_star_ignored_no_entities_unbound
Method · 0.45
test_global_star_ignored_no_entities_bound
Method · 0.45
_test_propagated_lazyload_wildcard
Method · 0.45
test_lazy_options_with_limit
Method · 0.45
test_lazy_options
Method · 0.45
test_o2m_raiseload_lazyload_option
Method · 0.45
test_upgrade_o2m_noload_lazyload_option
Method · 0.45
test_refresh_with_lazy
Method · 0.45
test_refresh_maintains_deferred_options
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected