MCPcopy
hub / github.com/tornadoweb/tornado / copy

Method copy

tornado/httputil.py:369–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

367 return iter(self._as_list)
368
369 def copy(self) -> "HTTPHeaders":
370 # defined in dict but not in MutableMapping.
371 return HTTPHeaders(self)
372
373 # Use our overridden copy method for the copy.copy module.
374 # This makes shallow copies one level deeper, but preserves

Callers 7

test_copyMethod · 0.95
finishMethod · 0.80
test_copyMethod · 0.80
test_copyMethod · 0.80
initializeMethod · 0.80

Calls 1

HTTPHeadersClass · 0.85

Tested by 5

test_copyMethod · 0.76
test_copyMethod · 0.64
test_copyMethod · 0.64