astropy:docs

unescape_all

astropy.utils.xml.unescaper.unescape_all(url)[source] [edit on github]

Recursively unescape a given URL.

Note

‘&&’ becomes a single ‘&’.

Parameters:

url : str or bytes

URL to unescape.

Returns:

clean_url : str or bytes

Unescaped URL.

Page Contents