Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
def
_immutable_error(self: t.Any) -> t.NoReturn:
20
raise
TypeError(f
class
="st">"{type(self).__name__!r} objects are immutable")
21
22
23
class
ImmutableListMixin:
Callers
15
__delitem__
Method · 0.85
__iadd__
Method · 0.85
__imul__
Method · 0.85
__setitem__
Method · 0.85
append
Method · 0.85
remove
Method · 0.85
extend
Method · 0.85
insert
Method · 0.85
pop
Method · 0.85
reverse
Method · 0.85
sort
Method · 0.85
setdefault
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected