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

Method using_args_grouping

dash/_callback_context.py:241–246  ·  view source on GitHub ↗

Return True if this callback is using dictionary or nested groupings for Input/State dependencies, or if Input and State dependencies are interleaved

(self)

Source from the content-addressed store, hash-verified

239 @property
240 @has_context
241 def using_args_grouping(self):
242 """
243 Return True if this callback is using dictionary or nested groupings for
244 Input/State dependencies, or if Input and State dependencies are interleaved
245 """
246 return getattr(_get_context_value(), "using_args_grouping", [])
247
248 @property
249 @has_context

Callers

nothing calls this directly

Calls 1

_get_context_valueFunction · 0.85

Tested by

no test coverage detected