Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
def
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_none
Function · 0.90
test_url_unescape_unicode
Method · 0.90
test_url_escape_quote_plus
Method · 0.90
Calls
1
replace
Method · 0.80
Tested by
2
test_url_unescape_unicode
Method · 0.72
test_url_escape_quote_plus
Method · 0.72