Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
class
AbstractRoute(abc.ABC):
Callers
5
url
Method · 0.80
url
Method · 0.80
url
Method · 0.80
url
Method · 0.80
url
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected