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

Method insert

src/werkzeug/datastructures/mixins.py:63–64  ·  view source on GitHub ↗
(self, pos: t.Any, value: t.Any)

Source from the content-addressed store, hash-verified

61 _immutable_error(self)
62
63 def insert(self, pos: t.Any, value: t.Any) -> t.NoReturn:
64 _immutable_error(self)
65
66 def pop(self, index: t.Any = -1) -> t.NoReturn:
67 _immutable_error(self)

Callers 1

__init__Method · 0.45

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected