Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ test_pong
Method
test_pong
tests/test_frames.py:103–108 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
101
)
102
103
def
test_pong(self):
104
self.assertFrameData(
105
Frame(OP_PONG, b
"pong"
),
106
b
"\x8a\x04pong"
,
107
mask=False,
108
)
109
110
def
test_long(self):
111
self.assertFrameData(
Callers
nothing calls this directly
Calls
2
assertFrameData
Method · 0.80
Frame
Class · 0.50
Tested by
no test coverage detected