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

Method __iadd__

src/werkzeug/datastructures/mixins.py:45–46  ·  view source on GitHub ↗
(self, other: t.Any)

Source from the content-addressed store, hash-verified

43 _immutable_error(self)
44
45 def __iadd__(self, other: t.Any) -> t.NoReturn:
46 _immutable_error(self)
47
48 def __imul__(self, other: t.Any) -> t.NoReturn:
49 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected