Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
def
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
88
def
encode_text(data):
Callers
1
read_next_message
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected