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

Function url_unescape

tornado/escape.py:132–133  ·  view source on GitHub ↗
(value: Union[str, bytes], encoding: None, plus: bool = True)

Source from the content-addressed store, hash-verified

130
131@typing.overload
132def url_unescape(value: Union[str, bytes], encoding: None, plus: bool = True) -> bytes:
133 pass
134
135
136@typing.overload

Callers 3

_unquote_or_noneFunction · 0.90

Calls 1

replaceMethod · 0.80

Tested by 2