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

Method append

src/werkzeug/datastructures/mixins.py:54–55  ·  src/werkzeug/datastructures/mixins.py::ImmutableListMixin.append
(self, item: t.Any)

Source from the content-addressed store, hash-verified

52 _immutable_error(self)
53
54 def append(self, item: t.Any) -> t.NoReturn:
55 _immutable_error(self)
56
57 def remove(self, item: t.Any) -> t.NoReturn:
58 _immutable_error(self)

Callers 15

test_appFunction · 0.80
__init__Method · 0.80
get_environMethod · 0.80
openMethod · 0.80
run_wsgi_appFunction · 0.80
pushMethod · 0.80
safe_joinFunction · 0.80
__init__Method · 0.80
parseMethod · 0.80
get_headersMethod · 0.80
get_headersMethod · 0.80
get_headersMethod · 0.80

Calls 1

_immutable_errorFunction · 0.85

Tested by 15

test_appFunction · 0.64
__init__Method · 0.64
get_environMethod · 0.64
openMethod · 0.64
run_wsgi_appFunction · 0.64
value_setterFunction · 0.64
test_proxy_localFunction · 0.64
test_proxy_callableFunction · 0.64
test_proxy_listFunction · 0.64
mainFunction · 0.64
closeMethod · 0.64
depends_on_closeFunction · 0.64