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

Method remote

dash/_callback_context.py:309–313  ·  view source on GitHub ↗

Remote addr of the callback request.

(self)

Source from the content-addressed store, hash-verified

307 @property
308 @has_context
309 def remote(self):
310 """
311 Remote addr of the callback request.
312 """
313 return _get_from_context("remote", "")
314
315 @property
316 @has_context

Callers

nothing calls this directly

Calls 1

_get_from_contextFunction · 0.85

Tested by

no test coverage detected