MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _unquote

Function _unquote

tools/python-3.11.9-amd64/Lib/urllib/parse.py:765–766  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

763 separator = str(separator, 'ascii')
764 eq = '='
765 def _unquote(s):
766 return unquote_plus(s, encoding=encoding, errors=errors)
767 else:
768 if not qs:
769 return []

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