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

Method inputs_list

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

Source from the content-addressed store, hash-verified

186 @property
187 @has_context
188 def inputs_list(self):
189 if self.using_args_grouping:
190 warnings.warn(
191 "inputs_list is deprecated, use args_grouping instead",
192 DeprecationWarning,
193 stacklevel=2,
194 )
195
196 return getattr(_get_context_value(), "inputs_list", [])
197
198 @property
199 @has_context

Callers

nothing calls this directly

Calls 1

_get_context_valueFunction · 0.85

Tested by

no test coverage detected