Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
231
def
to_unicode(value: str) -> str:
232
pass
233
234
235
@typing.overload
Callers
15
add
Method · 0.90
_handle_message
Method · 0.90
__init__
Method · 0.90
upper
Method · 0.90
test_utf8_in_file
Method · 0.90
test_method_after_redirect
Method · 0.90
test_destructor_log
Method · 0.90
handle_stream
Method · 0.90
process_response
Method · 0.90
test_csv_bom
Method · 0.90
test_set_cookie_forbidden_char
Method · 0.90
decode_argument
Method · 0.90
Calls
no outgoing calls
Tested by
12
upper
Method · 0.72
test_utf8_in_file
Method · 0.72
test_method_after_redirect
Method · 0.72
test_destructor_log
Method · 0.72
handle_stream
Method · 0.72
process_response
Method · 0.72
test_csv_bom
Method · 0.72
test_set_cookie_forbidden_char
Method · 0.72
decode_argument
Method · 0.72
test_types
Method · 0.72
get
Method · 0.72
test_url_unescape_unicode
Method · 0.72