Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ update
Method
update
starlette/datastructures.py:645–647 ·
view source on GitHub ↗
(self, other: Mapping[str, str])
Source
from the content-addressed store, hash-verified
643
return
value
644
645
def
update(self, other: Mapping[str, str]) -> None:
646
for
key, val in other.items():
647
self[key] = val
648
649
def
append(self, key: str, value: str) -> None:
650
""
"
Callers
3
__ior__
Method · 0.95
send
Method · 0.95
test_mutable_headers_from_scope
Function · 0.95
Calls
1
items
Method · 0.45
Tested by
1
test_mutable_headers_from_scope
Function · 0.76