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

Method test_binary_unmasked

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

Source from the content-addressed store, hash-verified

59 )
60
61 def test_binary_unmasked(self):
62 self.assertFrameData(
63 Frame(OP_BINARY, b"Eggs"),
64 b"\x82\x04Eggs",
65 mask=False,
66 )
67
68 def test_binary_masked(self):
69 self.assertFrameData(

Callers

nothing calls this directly

Calls 2

assertFrameDataMethod · 0.80
FrameClass · 0.50

Tested by

no test coverage detected