Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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_app
Function · 0.80
__init__
Method · 0.80
get_environ
Method · 0.80
open
Method · 0.80
run_wsgi_app
Function · 0.80
push
Method · 0.80
safe_join
Function · 0.80
__init__
Method · 0.80
parse
Method · 0.80
get_headers
Method · 0.80
get_headers
Method · 0.80
get_headers
Method · 0.80
Calls
1
_immutable_error
Function · 0.85
Tested by
15
test_app
Function · 0.64
__init__
Method · 0.64
get_environ
Method · 0.64
open
Method · 0.64
run_wsgi_app
Function · 0.64
value_setter
Function · 0.64
test_proxy_local
Function · 0.64
test_proxy_callable
Function · 0.64
test_proxy_list
Function · 0.64
main
Function · 0.64
close
Method · 0.64
depends_on_close
Function · 0.64