MCPcopy 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
88def encode_text(data):
89 if not pyLessThan3:
90 return data.encode('utf-8')
91 return data
92
93
94def get_method_by_name(root_node, name):

Callers 3

do_GETMethod · 0.85
_process_allMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected