MCPcopy Index your code
hub / github.com/RustPython/RustPython / stop

Method stop

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

Source from the content-addressed store, hash-verified

2679 pass
2680
2681 def stop(self):
2682 self.active = False
2683 self.server.close()
2684
2685def server_params_test(client_context, server_context, indata=b"FOO\n",
2686 chatty=True, connectionchatty=False, sni_name=None,

Callers 1

__exit__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected