MCPcopy Create free account
hub / github.com/EasyIME/PIME / copy

Method copy

python/python3/tornado/httputil.py:229–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 return iter(self._dict)
228
229 def copy(self) -> "HTTPHeaders":
230 # defined in dict but not in MutableMapping.
231 return HTTPHeaders(self)
232
233 # Use our overridden copy method for the copy.copy module.
234 # 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