Home | History | Annotate | Download | only in test

Lines Matching refs:urls

763         urls = [
773 urls.append("file://%s%s" % (localaddr, urlpath))
775 for url in urls:
825 # what was intended was to distinguish between URLs like:
1064 urls = [
1073 for url in urls:
1091 # Issue4493: urllib2 to supply '/' when to urls where path does not
1290 urls = iter(("/path", "/path?query"))
1292 self.assertEqual(url, next(urls))
1793 #Examples with URLS
1914 urls = ['http://docs.python.org',
1917 for url in urls: