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

Function _immutable_error

src/werkzeug/datastructures/mixins.py:19–20  ·  src/werkzeug/datastructures/mixins.py::_immutable_error
(self: t.Any)

Source from the content-addressed store, hash-verified

17
18
19def _immutable_error(self: t.Any) -> t.NoReturn:
20 raise TypeError(fclass="st">"{type(self).__name__!r} objects are immutable")
21
22
23class ImmutableListMixin:

Callers 15

__delitem__Method · 0.85
__iadd__Method · 0.85
__imul__Method · 0.85
__setitem__Method · 0.85
appendMethod · 0.85
removeMethod · 0.85
extendMethod · 0.85
insertMethod · 0.85
popMethod · 0.85
reverseMethod · 0.85
sortMethod · 0.85
setdefaultMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected