Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ outputs_grouping
Method
outputs_grouping
dash/_callback_context.py:171–172 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
169
@property
170
@has_context
171
def
outputs_grouping(self):
172
return
getattr(_get_context_value(),
"outputs_grouping"
, [])
173
174
@property
175
@has_context
Callers
nothing calls this directly
Calls
1
_get_context_value
Function · 0.85
Tested by
no test coverage detected