MCPcopy
hub / github.com/aio-libs/aiohttp / url

Method url

aiohttp/web_urldispatcher.py:354–356  ·  view source on GitHub ↗

Construct url for route with additional params.

(self, **kwargs)

Source from the content-addressed store, hash-verified

352 return self._resource.name
353
354 def url(self, **kwargs):
355 """Construct url for route with additional params."""
356 return self._resource.url(**kwargs)
357
358 def get_info(self):
359 return self._resource.get_info()

Callers

nothing calls this directly

Calls 1

urlMethod · 0.45

Tested by

no test coverage detected