MCPcopy Create free account
hub / github.com/EasyIME/PIME / to_unicode

Function to_unicode

python/python3/tornado/escape.py:205–206  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

203
204@typing.overload
205def to_unicode(value: str) -> str:
206 pass
207
208
209@typing.overload # noqa: F811

Callers 14

_handle_messageMethod · 0.90
upperMethod · 0.90
test_utf8_in_fileMethod · 0.90
test_destructor_logMethod · 0.90
handle_streamMethod · 0.90
process_responseMethod · 0.90
test_csv_bomMethod · 0.90
decode_argumentMethod · 0.90
test_typesMethod · 0.90
getMethod · 0.90

Calls 1

typeEnum · 0.50

Tested by 11

upperMethod · 0.72
test_utf8_in_fileMethod · 0.72
test_destructor_logMethod · 0.72
handle_streamMethod · 0.72
process_responseMethod · 0.72
test_csv_bomMethod · 0.72
decode_argumentMethod · 0.72
test_typesMethod · 0.72
getMethod · 0.72