Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/httpx
/ __setitem__
Method
__setitem__
httpx/_models.py:1210–1211 ·
view source on GitHub ↗
(self, name: str, value: str)
Source
from the content-addressed store, hash-verified
1208
self.jar.set_cookie(cookie)
1209
1210
def
__setitem__(self, name: str, value: str) -> None:
1211
return
self.set(name, value)
1212
1213
def
__getitem__(self, name: str) -> str:
1214
value = self.get(name)
Callers
nothing calls this directly
Calls
1
set
Method · 0.95
Tested by
no test coverage detected