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

Method path

dash/_callback_context.py:293–297  ·  view source on GitHub ↗

Path of the callback request with the query parameters.

(self)

Source from the content-addressed store, hash-verified

291 @property
292 @has_context
293 def path(self):
294 """
295 Path of the callback request with the query parameters.
296 """
297 return _get_from_context("path", "")
298
299 @property
300 @has_context

Callers 3

getPropTypeNameFunction · 0.45
generator.test.tsFile · 0.45
defaultValueFunction · 0.45

Calls 1

_get_from_contextFunction · 0.85

Tested by 2

getPropTypeNameFunction · 0.36
defaultValueFunction · 0.36