MCPcopy Create free account
hub / github.com/EasyIME/PIME / url_unescape

Function url_unescape

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

Source from the content-addressed store, hash-verified

105
106@typing.overload
107def url_unescape(value: Union[str, bytes], encoding: None, plus: bool = True) -> bytes:
108 pass
109
110
111@typing.overload # noqa: F811

Callers 3

_unquote_or_noneFunction · 0.90

Calls 1

replaceMethod · 0.80

Tested by 2