Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/tests/
Dtest_packageindex.py229 checker = setuptools.package_index.HashChecker.from_url(
237 checker = setuptools.package_index.HashChecker.from_url(
244 checker = setuptools.package_index.HashChecker.from_url(
250 checker = setuptools.package_index.HashChecker.from_url(
255 checker = setuptools.package_index.HashChecker.from_url(
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1161 from_url = "http://example.com/a.html"
1170 req = Request(from_url, data)
1201 req = Request(from_url)
1211 req = Request(from_url, origin_req_host="example.com")
1223 req = Request(from_url, origin_req_host="example.com")
1235 from_url = "http://example.com/a.html"
1241 req = Request(from_url)
1257 from_url = "http://example.com/a.html"
1261 req = Request(from_url)
1264 valid_url = urllib.parse.urljoin(from_url,relative_url)
/external/python/cpython2/Lib/test/
Dtest_urllib2.py922 from_url = "http://example.com/a.html"
931 req = Request(from_url, data)
962 req = Request(from_url)
971 req = Request(from_url, origin_req_host="example.com")
983 req = Request(from_url, origin_req_host="example.com")
995 from_url = "http://example.com/a.html"
1001 req = Request(from_url)
/external/python/setuptools/setuptools/
Dpackage_index.py275 def from_url(cls, url): member in HashChecker
726 checker = HashChecker.from_url(url)