Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ __copy__
Method
__copy__
src/werkzeug/datastructures/headers.py:571–572 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
569
return
self.__class__(self._list)
570
571
def
__copy__(self) -> te.Self:
572
return
self.copy()
573
574
def
__str__(self) -> str:
575
""
"Returns formatted headers suitable for HTTP transmission."
""
Callers
nothing calls this directly
Calls
1
copy
Method · 0.95
Tested by
no test coverage detected