MCPcopy
hub / github.com/tornadoweb/tornado / to_unicode

Function to_unicode

tornado/escape.py:231–232  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

229
230@typing.overload
231def to_unicode(value: str) -> str:
232 pass
233
234
235@typing.overload

Callers 15

addMethod · 0.90
_handle_messageMethod · 0.90
__init__Method · 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

Calls

no outgoing calls

Tested by 12

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