Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ __setitem__
Method
__setitem__
aiohttp/test_utils.py:56–57 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
54
return
properties[key]
55
56
def
__setitem__(self, key, value):
57
properties[key] = value
58
59
def
url(self, *suffix):
60
return
urllib.parse.urljoin(
Callers
2
_update_cookies
Method · 0.80
update_cookies
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected