Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ decode
Method
decode
tests/test_frames.py:184–185 ·
view source on GitHub ↗
(frame, *, max_size=None)
Source
from the content-addressed store, hash-verified
182
# This extensions is symmetrical.
183
@staticmethod
184
def
decode(frame, *, max_size=None):
185
return
Rot13.encode(frame)
186
187
self.assertFrameData(
188
Frame(OP_TEXT, b
"hello"
),
Callers
3
process_events
Function · 0.45
client
Function · 0.45
encode
Method · 0.45
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected