MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / noload

Function noload

lib/sqlalchemy/orm/strategy_options.py:2489–2490  ·  view source on GitHub ↗
(*keys: _AttrType)

Source from the content-addressed store, hash-verified

2487
2488@loader_unbound_fn
2489def noload(*keys: _AttrType) -> _AbstractLoad:
2490 return _generate_from_keys(Load.noload, keys, False, {})
2491
2492
2493@loader_unbound_fn

Callers 3

goMethod · 0.90
test_noload_issueMethod · 0.90
test_noload_issueMethod · 0.90

Calls 1

_generate_from_keysFunction · 0.85

Tested by 3

goMethod · 0.72
test_noload_issueMethod · 0.72
test_noload_issueMethod · 0.72