MCPcopy Index your code
hub / github.com/plotly/dash / outputs_list

Method outputs_list

dash/_callback_context.py:176–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 @property
175 @has_context
176 def outputs_list(self):
177 if self.using_outputs_grouping:
178 warnings.warn(
179 "outputs_list is deprecated, use outputs_grouping instead",
180 DeprecationWarning,
181 stacklevel=2,
182 )
183
184 return getattr(_get_context_value(), "outputs_list", [])
185
186 @property
187 @has_context

Callers

nothing calls this directly

Calls 1

_get_context_valueFunction · 0.85

Tested by

no test coverage detected