MCPcopy
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_environMethod · 0.45
run_wsgi_appFunction · 0.45
__setattr__Method · 0.45
__delattr__Method · 0.45
pushMethod · 0.45
restart_with_reloaderMethod · 0.45
__init__Method · 0.45
test_proxy_copyFunction · 0.45
test_basic_interfaceMethod · 0.45

Calls

no outgoing calls

Tested by 8

get_environMethod · 0.36
run_wsgi_appFunction · 0.36
test_proxy_copyFunction · 0.36
test_basic_interfaceMethod · 0.36
test_basic_interfaceMethod · 0.36
test_copyingMethod · 0.36