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

Method extend

src/werkzeug/datastructures/mixins.py:60–61  ·  view source on GitHub ↗
(self, iterable: t.Any)

Source from the content-addressed store, hash-verified

58 _immutable_error(self)
59
60 def extend(self, iterable: t.Any) -> t.NoReturn:
61 _immutable_error(self)
62
63 def insert(self, pos: t.Any, value: t.Any) -> t.NoReturn:
64 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected