MCPcopy Index your code
hub / github.com/evalplus/evalplus / to_raw

Function to_raw

evalplus/data/utils.py:165–166  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

163
164
165def to_raw(string):
166 return string.encode("unicode-escape").decode().replace("\\\\", "\\")

Callers 2

construct_inputs_sigFunction · 0.90
chatgpt_generateMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected