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

Method _append_query

aiohttp/web_urldispatcher.py:63–67  ·  view source on GitHub ↗
(url, query)

Source from the content-addressed store, hash-verified

61
62 @staticmethod
63 def _append_query(url, query):
64 if query is not None:
65 return url + "?" + urlencode(query)
66 else:
67 return url
68
69
70class AbstractRoute(abc.ABC):

Callers 5

urlMethod · 0.80
urlMethod · 0.80
urlMethod · 0.80
urlMethod · 0.80
urlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected