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

Method __setitem__

src/werkzeug/datastructures/mixins.py:51–52  ·  view source on GitHub ↗
(self, key: t.Any, value: t.Any)

Source from the content-addressed store, hash-verified

49 _immutable_error(self)
50
51 def __setitem__(self, key: t.Any, value: t.Any) -> t.NoReturn:
52 _immutable_error(self)
53
54 def append(self, item: t.Any) -> t.NoReturn:
55 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected