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

Method stop

Lib/test/test_ssl.py:2960–2962  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2958 pass
2959
2960 def stop(self):
2961 self.active = False
2962 self.server.close()
2963
2964def server_params_test(client_context, server_context, indata=b"FOO\n",
2965 chatty=True, connectionchatty=False, sni_name=None,

Callers 1

__exit__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected