MCPcopy Index your code
hub / github.com/python/cpython / make_server

Method make_server

Lib/test/test_httplib.py:2056–2058  ·  view source on GitHub ↗
(self, certfile)

Source from the content-addressed store, hash-verified

2054 self.skipTest('ssl support required')
2055
2056 def make_server(self, certfile):
2057 from test.ssl_servers import make_https_server
2058 return make_https_server(self, certfile=certfile)
2059
2060 def test_attributes(self):
2061 # simple test to check it's storing the timeout

Callers 3

Calls 1

make_https_serverFunction · 0.90

Tested by

no test coverage detected