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

Method url

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

Source from the content-addressed store, hash-verified

394 return None
395
396 def url(self, *, query=None):
397 return self._append_query(self._path, query)
398
399 def get_info(self):
400 return {'path': self._path}

Callers 15

test_plain_route_urlMethod · 0.95
urlMethod · 0.45
urlMethod · 0.45
test_route_plainMethod · 0.45
test_route_dynamicMethod · 0.45
test_route_with_qsMethod · 0.45
test_add_staticMethod · 0.45

Calls 1

_append_queryMethod · 0.80