Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ copy
Method
copy
src/werkzeug/datastructures/headers.py:568–569 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
566
return
list(self)
567
568
def
copy(self) -> te.Self:
569
return
self.__class__(self._list)
570
571
def
__copy__(self) -> te.Self:
572
return
self.copy()
Callers
15
__or__
Method · 0.95
__copy__
Method · 0.95
get_environ
Method · 0.45
run_wsgi_app
Function · 0.45
__setattr__
Method · 0.45
__delattr__
Method · 0.45
push
Method · 0.45
restart_with_reloader
Method · 0.45
__init__
Method · 0.45
test_proxy_copy
Function · 0.45
test_basic_interface
Method · 0.45
test_copies_are_mutable
Method · 0.45
Calls
no outgoing calls
Tested by
8
get_environ
Method · 0.36
run_wsgi_app
Function · 0.36
test_proxy_copy
Function · 0.36
test_basic_interface
Method · 0.36
test_copies_are_mutable
Method · 0.36
test_basic_interface
Method · 0.36
test_copying
Method · 0.36
test_callback_dict_reads
Method · 0.36