ID EN
Urllib Parse

unquote_to_bytes

Python 3.11

Replace %xx escapes with their single-octet equivalent, and return a bytes object.

Syntax

PYTHON
urllib.parse.unquote_to_bytes(string)

See Also

bytes str bytes str