Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/httpx
/ test_copy_headers_method
Function
test_copy_headers_method
tests/models/test_headers.py:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
53
def
test_copy_headers_method():
54
headers = httpx.Headers({
"custom"
:
"example"
})
55
headers_copy = headers.copy()
56
assert headers == headers_copy
57
assert headers is not headers_copy
58
59
60
def
test_copy_headers_init():
Callers
nothing calls this directly
Calls
1
copy
Method · 0.95
Tested by
no test coverage detected