Home
last modified time | relevance | path

Searched refs:htmldecode (Results 1 – 1 of 1) sorted by relevance

/external/python/setuptools/setuptools/
Dpackage_index.py213 yield urllib.parse.urljoin(url, htmldecode(match.group(1)))
220 yield urllib.parse.urljoin(url, htmldecode(match.group(1)))
354 link = urllib.parse.urljoin(base, htmldecode(match.group(1)))
438 self._scan(urllib.parse.urljoin(url, htmldecode(match.group(1))))
933 def htmldecode(text): function