Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2_localnet.py494 def start_https_server(self, responses=None, **kwargs): member in TestUrlopen
563 handler = self.start_https_server()
569 handler = self.start_https_server(certfile=CERT_localhost)
580 handler = self.start_https_server(certfile=CERT_fakehostname)
586 handler = self.start_https_server(certfile=CERT_localhost)
604 handler = self.start_https_server(context=context, certfile=CERT_localhost)