Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2489
def
noload(*keys: _AttrType) -> _AbstractLoad:
2490
return
_generate_from_keys(Load.noload, keys, False, {})
2491
2492
2493
@loader_unbound_fn
Callers
3
go
Method · 0.90
test_noload_issue
Method · 0.90
test_noload_issue
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
3
go
Method · 0.72
test_noload_issue
Method · 0.72
test_noload_issue
Method · 0.72