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

Method __imul__

src/werkzeug/datastructures/mixins.py:48–49  ·  view source on GitHub ↗
(self, other: t.Any)

Source from the content-addressed store, hash-verified

46 _immutable_error(self)
47
48 def __imul__(self, other: t.Any) -> t.NoReturn:
49 _immutable_error(self)
50
51 def __setitem__(self, key: t.Any, value: t.Any) -> t.NoReturn:
52 _immutable_error(self)

Callers

nothing calls this directly

Calls 1

_immutable_errorFunction · 0.85

Tested by

no test coverage detected