MCPcopy Index your code
hub / github.com/python-websockets/websockets / test_long

Method test_long

tests/test_frames.py:110–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 )
109
110 def test_long(self):
111 self.assertFrameData(
112 Frame(OP_BINARY, 126 * b"a"),
113 b"\x82\x7e\x00\x7e" + 126 * b"a",
114 mask=False,
115 )
116
117 def test_very_long(self):
118 self.assertFrameData(

Callers

nothing calls this directly

Calls 2

assertFrameDataMethod · 0.80
FrameClass · 0.50

Tested by

no test coverage detected