Home
last modified time | relevance | path

Searched refs:urljoin (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/xml/etree/
H A DElementInclude.py53 from urllib.parse import urljoin namespace
140 href = urljoin(base_url, href)
/third_party/python/Tools/scripts/
H A Dgoogle.py21 url = urllib.parse.urljoin('https://www.google.com/search', '?q=' + qstring)
/third_party/skia/tools/skpbench/
H A Dsheet.py160 fileuri = urlparse.urljoin('file:', urllib.pathname2url(pathname))
/third_party/python/Lib/test/
H A Dtest_urlparse.py218 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 Dtest_pydoc.py1391 urlopen(urllib.parse.urljoin(serverthread.url, '/test')).read(),
1395 urlopen(urllib.parse.urljoin(serverthread.url, '/test.css')).read(),
H A Dtest_urllib2.py1281 valid_url = urllib.parse.urljoin(from_url,relative_url)
/third_party/python/Lib/xml/sax/
H A Dsaxutils.py364 source.setSystemId(urllib.parse.urljoin(base, sysid))
/third_party/python/Lib/urllib/
H A Drequest.py104 urlparse, urlsplit, urljoin, unwrap, quote, unquote,
723 newurl = urljoin(req.full_url, newurl)
2180 newurl = urljoin(self.type + ":" + url, newurl)
H A Dparse.py42 __all__ = ["urlparse", "urlunparse", "urljoin", "urldefrag",
539 def urljoin(base, url, allow_fragments=True): function

Completed in 16 milliseconds