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

Method stop

Lib/test/test_httpservers.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self.server.server_close()
104
105 def stop(self):
106 self.server.shutdown()
107 self.join()
108
109
110class BaseTestCase(unittest.TestCase):

Callers 1

tearDownMethod · 0.45

Calls 2

shutdownMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected