MCPcopy 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_eventsFunction · 0.45
clientFunction · 0.45
encodeMethod · 0.45

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected