Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ _unquote_or_none
Function
_unquote_or_none
python/python3/tornado/routing.py:699–700 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
697
698
@overload
699
def
_unquote_or_none(s: str) -> bytes:
700
pass
701
702
703
@overload
# noqa: F811
Callers
1
match
Method · 0.85
Calls
1
url_unescape
Function · 0.90
Tested by
no test coverage detected