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

Method pop

src/werkzeug/datastructures/mixins.py:66–67  ·  view source on GitHub ↗
(self, index: t.Any = -1)

Source from the content-addressed store, hash-verified

64 _immutable_error(self)
65
66 def pop(self, index: t.Any = -1) -> t.NoReturn:
67 _immutable_error(self)
68
69 def reverse(self: t.Any) -> t.NoReturn:
70 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected