Lines Matching refs:url
393 def call_url_handler(self, url, expected_title):
394 text = pydoc._url_handler(url, "text/html")
1372 def my_url_handler(url, content_type):
1373 text = 'the URL sent was: (%s, %s)' % (url, content_type)
1386 self.assertIn('localhost', serverthread.url)
1391 urlopen(urllib.parse.urljoin(serverthread.url, '/test')).read(),
1395 urlopen(urllib.parse.urljoin(serverthread.url, '/test.css')).read(),
1401 self.assertIsNone(serverthread.url)
1431 for url, title in requests:
1432 self.call_url_handler(url, title)