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

Method args

dash/_callback_context.py:301–305  ·  view source on GitHub ↗

Query parameters of the callback request as a dictionary-like object.

(self)

Source from the content-addressed store, hash-verified

299 @property
300 @has_context
301 def args(self):
302 """
303 Query parameters of the callback request as a dictionary-like object.
304 """
305 return _get_from_context("args", "")
306
307 @property
308 @has_context

Callers

nothing calls this directly

Calls 1

_get_from_contextFunction · 0.85

Tested by

no test coverage detected