MCPcopy
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)

Calls

no outgoing calls

Tested by

no test coverage detected