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

Method __delitem__

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

Source from the content-addressed store, hash-verified

40 return type(self), (list(self),) # type: ignore[call-overload]
41
42 def __delitem__(self, key: t.Any) -> t.NoReturn:
43 _immutable_error(self)
44
45 def __iadd__(self, other: t.Any) -> t.NoReturn:
46 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected