MCPcopy
hub / github.com/opendevops-cn/opendevops / utf8

Function utf8

scripts/tornado_source_code/tornado/escape.py:172–173  ·  view source on GitHub ↗
(value: bytes)

Source from the content-addressed store, hash-verified

170
171@typing.overload
172def utf8(value: bytes) -> bytes:
173 pass
174
175
176@typing.overload # noqa: F811

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