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

Method cookies

dash/_callback_context.py:275–280  ·  view source on GitHub ↗

Get the cookies for the current callback. Works with background callbacks.

(self)

Source from the content-addressed store, hash-verified

273 @property
274 @has_context
275 def cookies(self):
276 """
277 Get the cookies for the current callback.
278 Works with background callbacks.
279 """
280 return _get_from_context("cookies", {})
281
282 @property
283 @has_context

Callers

nothing calls this directly

Calls 1

_get_from_contextFunction · 0.85

Tested by

no test coverage detected