MCPcopy
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
2475def lazyload(*keys: _AttrType) -> _AbstractLoad:
2476 return _generate_from_keys(Load.lazyload, keys, False, {})
2477
2478
2479@loader_unbound_fn

Calls 1

_generate_from_keysFunction · 0.85

Tested by 8

goMethod · 0.72
get_statementMethod · 0.72
goMethod · 0.72