MCPcopy
hub / github.com/plotly/dash / timing_information

Method timing_information

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

Source from the content-addressed store, hash-verified

257 @property
258 @has_context
259 def timing_information(self):
260 request = get_app().backend.request_adapter()
261 return getattr(request.context, "timing_information", {})
262
263 @has_context
264 def set_props(self, component_id: typing.Union[str, dict], props: dict):

Callers

nothing calls this directly

Calls 1

get_appFunction · 0.90

Tested by

no test coverage detected