Searched refs:urljoin (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/xml/etree/ |
H A D | ElementInclude.py | 53 from urllib.parse import urljoin namespace 140 href = urljoin(base_url, href)
|
/third_party/python/Tools/scripts/ |
H A D | google.py | 21 url = urllib.parse.urljoin('https://www.google.com/search', '?q=' + qstring)
|
/third_party/skia/tools/skpbench/ |
H A D | sheet.py | 160 fileuri = urlparse.urljoin('file:', urllib.pathname2url(pathname))
|
/third_party/python/Lib/test/ |
H A D | test_urlparse.py | 218 self.assertEqual(urllib.parse.urljoin(base, relurl), expected) 221 self.assertEqual(urllib.parse.urljoin(baseb, relurlb), expectedb) 926 urllib.parse.urljoin("http://python.org", b"http://python.org") 928 urllib.parse.urljoin(b"http://python.org", "http://python.org")
|
H A D | test_pydoc.py | 1391 urlopen(urllib.parse.urljoin(serverthread.url, '/test')).read(), 1395 urlopen(urllib.parse.urljoin(serverthread.url, '/test.css')).read(),
|
H A D | test_urllib2.py | 1281 valid_url = urllib.parse.urljoin(from_url,relative_url)
|
/third_party/python/Lib/xml/sax/ |
H A D | saxutils.py | 364 source.setSystemId(urllib.parse.urljoin(base, sysid))
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 104 urlparse, urlsplit, urljoin, unwrap, quote, unquote, 723 newurl = urljoin(req.full_url, newurl) 2180 newurl = urljoin(self.type + ":" + url, newurl)
|
H A D | parse.py | 42 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag", 539 def urljoin(base, url, allow_fragments=True): function
|
Completed in 14 milliseconds