MCPcopy Index your code
hub / github.com/rawpython/remi / from_websocket

Function from_websocket

remi/server.py:81–85  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

79
80
81def from_websocket(data):
82 # encoding end decoding utility function
83 if pyLessThan3:
84 return unquote(data)
85 return unquote(data, encoding='utf-8')
86
87
88def encode_text(data):

Callers 1

read_next_messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected