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

Method reverse

src/werkzeug/datastructures/mixins.py:69–70  ·  view source on GitHub ↗
(self: t.Any)

Source from the content-addressed store, hash-verified

67 _immutable_error(self)
68
69 def reverse(self: t.Any) -> t.NoReturn:
70 _immutable_error(self)
71
72 def sort(self, key: t.Any = None, reverse: t.Any = False) -> t.NoReturn:
73 _immutable_error(self)

Callers 1

processMethod · 0.80

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected