MCPcopy Index your code
hub / github.com/python/cpython / _unquote

Function _unquote

Lib/urllib/parse.py:937–938  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

935 separator = str(separator, 'ascii')
936 eq = '='
937 def _unquote(s):
938 return unquote_plus(s, encoding=encoding, errors=errors)
939 elif qs is None:
940 return []
941 else:

Callers 1

parse_qslFunction · 0.70

Calls 3

unquote_plusFunction · 0.85
unquote_to_bytesFunction · 0.85
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…