Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_url
Method · 0.95
url
Method · 0.45
url
Method · 0.45
test_route_plain
Method · 0.45
test_route_dynamic
Method · 0.45
test_route_with_qs
Method · 0.45
test_add_static
Method · 0.45
test_route_dynamic_with_regex_spec
Method · 0.45
test_route_dynamic_with_regex_spec_and_trailing_slash
Method · 0.45
test_route_dynamic_with_regex
Method · 0.45
test_HTTP_200_OK_METHOD
Method · 0.45
test_HTTP_200_OK_METHOD_connector
Method · 0.45
Calls
1
_append_query
Method · 0.80
Tested by
15
test_plain_route_url
Method · 0.76
test_route_plain
Method · 0.36
test_route_dynamic
Method · 0.36
test_route_with_qs
Method · 0.36
test_add_static
Method · 0.36
test_route_dynamic_with_regex_spec
Method · 0.36
test_route_dynamic_with_regex_spec_and_trailing_slash
Method · 0.36
test_route_dynamic_with_regex
Method · 0.36
test_HTTP_200_OK_METHOD
Method · 0.36
test_HTTP_200_OK_METHOD_connector
Method · 0.36
test_use_global_loop
Method · 0.36
go
Method · 0.36