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

Function selectinload

lib/sqlalchemy/orm/strategy_options.py:2467–2472  ·  view source on GitHub ↗
(
    *keys: _AttrType, recursion_depth: Optional[int] = None
)

Source from the content-addressed store, hash-verified

2465
2466@loader_unbound_fn
2467def selectinload(
2468 *keys: _AttrType, recursion_depth: Optional[int] = None
2469) -> _AbstractLoad:
2470 return _generate_from_keys(
2471 Load.selectinload, keys, False, {"recursion_depth": recursion_depth}
2472 )
2473
2474
2475@loader_unbound_fn

Callers 15

test_9669_andFunction · 0.90
test_9669_of_typeFunction · 0.90
test_executeMethod · 0.90
test_scalarsMethod · 0.90
goMethod · 0.90

Calls 1

_generate_from_keysFunction · 0.85

Tested by 15

test_9669_andFunction · 0.72
test_9669_of_typeFunction · 0.72
test_executeMethod · 0.72
test_scalarsMethod · 0.72
goMethod · 0.72