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

Method origin

dash/_callback_context.py:317–321  ·  view source on GitHub ↗

Origin of the callback request.

(self)

Source from the content-addressed store, hash-verified

315 @property
316 @has_context
317 def origin(self):
318 """
319 Origin of the callback request.
320 """
321 return _get_from_context("origin", "")
322
323 @property
324 @has_context

Callers

nothing calls this directly

Calls 1

_get_from_contextFunction · 0.85

Tested by

no test coverage detected