MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / contains_eager

Function contains_eager

lib/sqlalchemy/orm/strategy_options.py:2437–2438  ·  view source on GitHub ↗
(*keys: _AttrType, **kw: Any)

Source from the content-addressed store, hash-verified

2435
2436@loader_unbound_fn
2437def contains_eager(*keys: _AttrType, **kw: Any) -> _AbstractLoad:
2438 return _generate_from_keys(Load.contains_eager, keys, True, kw)
2439
2440
2441@loader_unbound_fn

Calls 1

_generate_from_keysFunction · 0.85