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

Method url

aiohttp/web_urldispatcher.py:209–210  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

207 route._resource = self
208
209 def url(self, **kwargs):
210 return self._route.url(**kwargs)
211
212 @asyncio.coroutine
213 def resolve(self, method, path):

Callers

nothing calls this directly

Calls 1

urlMethod · 0.45

Tested by

no test coverage detected