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

Method remove

src/werkzeug/datastructures/mixins.py:57–58  ·  view source on GitHub ↗
(self, item: t.Any)

Source from the content-addressed store, hash-verified

55 _immutable_error(self)
56
57 def remove(self, item: t.Any) -> t.NoReturn:
58 _immutable_error(self)
59
60 def extend(self, iterable: t.Any) -> t.NoReturn:
61 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected