MCPcopy
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
sendMethod · 0.95

Calls 1

itemsMethod · 0.45

Tested by 1