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

Method url

aiohttp/web_urldispatcher.py:424–426  ·  view source on GitHub ↗
(self, *, parts, query=None)

Source from the content-addressed store, hash-verified

422 return match.groupdict()
423
424 def url(self, *, parts, query=None):
425 url = self._formatter.format_map(parts)
426 return self._append_query(url, query)
427
428 def get_info(self):
429 return {'formatter': self._formatter,

Callers 1

Calls 1

_append_queryMethod · 0.80

Tested by 1