MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / unquote

Function unquote

Lib/urllib.py:1207–1233  ·  view source on GitHub ↗

unquote('abc%20def') -> 'abc def'.

(s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

get_hostMethod · 0.90
proxy_openMethod · 0.90
ftp_openMethod · 0.90
url2pathnameFunction · 0.70
open_httpMethod · 0.70
open_httpsMethod · 0.70
open_ftpMethod · 0.70
open_dataMethod · 0.70
unquote_plusFunction · 0.70
test1Function · 0.70

Calls 5

strFunction · 0.85
splitMethod · 0.80
_is_unicodeFunction · 0.70
decodeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected