Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ encode_text
Function
encode_text
remi/server.py:88–91 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
86
87
88
def
encode_text(data):
89
if
not pyLessThan3:
90
return
data.encode(
'utf-8'
)
91
return
data
92
93
94
def
get_method_by_name(root_node, name):
Callers
3
do_GET
Method · 0.85
_process_all
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected