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

Method path

dash/backends/base_server.py:119–121  ·  view source on GitHub ↗

Get the request path without query string.

(self)

Source from the content-addressed store, hash-verified

117 @property # pragma: no cover - interface
118 @abstractmethod
119 def path(self) -> str:
120 """Get the request path without query string."""
121 raise NotImplementedError()
122
123
124class ResponseAdapter:

Callers 2

generate_componentsFunction · 0.45
async-mathjax.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected