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

Method states_list

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

Source from the content-addressed store, hash-verified

198 @property
199 @has_context
200 def states_list(self):
201 if self.using_args_grouping:
202 warnings.warn(
203 "states_list is deprecated, use args_grouping instead",
204 DeprecationWarning,
205 stacklevel=2,
206 )
207 return getattr(_get_context_value(), "states_list", [])
208
209 @property
210 @has_context

Callers

nothing calls this directly

Calls 1

_get_context_valueFunction · 0.85

Tested by

no test coverage detected