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

Function utf8

tornado/escape.py:200–201  ·  tornado/escape.py::utf8
(value: bytes)

Source from the content-addressed store, hash-verified

198
199@typing.overload
200def utf8(value: bytes) -> bytes:
201 pass
202
203
204@typing.overload

Callers 15

bodyMethod · 0.90
redirectMethod · 0.90
writeMethod · 0.90
renderMethod · 0.90
xsrf_tokenMethod · 0.90
_decode_xsrf_tokenMethod · 0.90
check_xsrf_cookieMethod · 0.90
check_etag_headerMethod · 0.90
create_signed_valueFunction · 0.90
format_fieldFunction · 0.90
decode_signed_valueFunction · 0.90
_decode_signed_value_v1Function · 0.90

Calls

no outgoing calls

Tested by 15

getMethod · 0.72
test_bytesMethod · 0.72
test_commentMethod · 0.72
test_unicode_templateMethod · 0.72
test_applyMethod · 0.72
test_unicode_applyMethod · 0.72
upperMethod · 0.72
test_bytes_applyMethod · 0.72
test_ifMethod · 0.72
test_if_empty_bodyMethod · 0.72
test_tryMethod · 0.72