Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-websockets/websockets
/ test_copy
Method
test_copy
tests/test_datastructures.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
)
78
79
def
test_copy(self):
80
self.assertEqual(repr(self.headers.copy()), repr(self.headers))
81
82
def
test_serialize(self):
83
self.assertEqual(
Callers
nothing calls this directly
Calls
1
copy
Method · 0.80
Tested by
no test coverage detected