MCPcopy
hub / github.com/benoitc/gunicorn / unquote_to_wsgi_str

Function unquote_to_wsgi_str

gunicorn/util.py:693–694  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

691
692
693def unquote_to_wsgi_str(string):
694 return urllib.parse.unquote_to_bytes(string).decode('latin-1')

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected