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

Method custom_data

dash/_callback_context.py:325–329  ·  view source on GitHub ↗

Custom data set by hooks.custom_data.

(self)

Source from the content-addressed store, hash-verified

323 @property
324 @has_context
325 def custom_data(self):
326 """
327 Custom data set by hooks.custom_data.
328 """
329 return _get_from_context("custom_data", {})
330
331 @property
332 @has_context

Callers

nothing calls this directly

Calls 1

_get_from_contextFunction · 0.85

Tested by

no test coverage detected