MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / joinedload

Function joinedload

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

Source from the content-addressed store, hash-verified

2455
2456@loader_unbound_fn
2457def joinedload(*keys: _AttrType, **kw: Any) -> _AbstractLoad:
2458 return _generate_from_keys(Load.joinedload, keys, False, kw)
2459
2460
2461@loader_unbound_fn

Calls 1

_generate_from_keysFunction · 0.85