MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / raiseload

Function raiseload

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

Source from the content-addressed store, hash-verified

2492
2493@loader_unbound_fn
2494def raiseload(*keys: _AttrType, **kw: Any) -> _AbstractLoad:
2495 return _generate_from_keys(Load.raiseload, keys, False, kw)
2496
2497
2498@loader_unbound_fn

Callers

nothing calls this directly

Calls 1

_generate_from_keysFunction · 0.85

Tested by

no test coverage detected