MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / path_params

Method path_params

astrbot/api/web.py:291–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289
290 @property
291 def path_params(self) -> dict[str, Any]:
292 return self._get_current().path_params
293
294 @property
295 def plugin_name(self) -> str | None:

Callers

nothing calls this directly

Calls 1

_get_currentMethod · 0.95

Tested by

no test coverage detected