MCPcopy
hub / github.com/pallets/werkzeug / __setitem__

Method __setitem__

src/werkzeug/datastructures/headers.py:469–469  ·  view source on GitHub ↗
(self, key: str, value: t.Any)

Source from the content-addressed store, hash-verified

467
468 @t.overload
469 def __setitem__(self, key: str, value: t.Any) -> None: ...
470 @t.overload
471 def __setitem__(self, key: int, value: tuple[str, t.Any]) -> None: ...
472 @t.overload

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
_str_header_valueFunction · 0.85

Tested by

no test coverage detected