Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ undefer_group
Function
undefer_group
lib/sqlalchemy/orm/strategy_options.py:2519–2521 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
2517
2518
@loader_unbound_fn
2519
def
undefer_group(name: str) -> _AbstractLoad:
2520
element = _WildcardLoad()
2521
return
element.undefer_group(name)
2522
2523
2524
@loader_unbound_fn
Callers
4
test_group_defer_newstyle
Method · 0.90
go
Method · 0.90
test_undefer_group_with_load
Method · 0.90
test_defer_option_on_composite_via_group
Method · 0.90
Calls
2
_WildcardLoad
Class · 0.85
undefer_group
Method · 0.80
Tested by
4
test_group_defer_newstyle
Method · 0.72
go
Method · 0.72
test_undefer_group_with_load
Method · 0.72
test_defer_option_on_composite_via_group
Method · 0.72