MCPcopy Create free account
hub / github.com/python-websockets/websockets / test_copy

Method test_copy

tests/test_datastructures.py:199–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 )
198
199 def test_copy(self):
200 self.assertEqual(repr(self.headers.copy()), repr(self.headers))
201
202 def test_serialize(self):
203 self.assertEqual(

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected