Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ undefer
Function
undefer
lib/sqlalchemy/orm/strategy_options.py:2514–2515 ·
view source on GitHub ↗
(key: _AttrType)
Source
from the content-addressed store, hash-verified
2512
2513
@loader_unbound_fn
2514
def
undefer(key: _AttrType) -> _AbstractLoad:
2515
return
_generate_from_keys(Load.undefer, (key,), False, {})
2516
2517
2518
@loader_unbound_fn
Callers
15
test_flat_twolevel_union_undeferred
Method · 0.90
test_nested_union_undeferred
Method · 0.90
go
Method · 0.90
go
Method · 0.90
test_deferred_subq_one
Method · 0.90
test_recursive_cte_render_on_deferred
Method · 0.90
test_nested_union_undefer_option
Method · 0.90
test_exported_columns_deferred
Method · 0.90
test_options
Method · 0.90
test_load_only_w_deferred
Method · 0.90
test_defer_on_wildcard_subclass
Method · 0.90
test_mapper_undefer_unraise
Method · 0.90
Calls
1
_generate_from_keys
Function · 0.85
Tested by
15
test_flat_twolevel_union_undeferred
Method · 0.72
test_nested_union_undeferred
Method · 0.72
go
Method · 0.72
go
Method · 0.72
test_deferred_subq_one
Method · 0.72
test_recursive_cte_render_on_deferred
Method · 0.72
test_nested_union_undefer_option
Method · 0.72
test_exported_columns_deferred
Method · 0.72
test_options
Method · 0.72
test_load_only_w_deferred
Method · 0.72
test_defer_on_wildcard_subclass
Method · 0.72
test_mapper_undefer_unraise
Method · 0.72