Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
110
class
BaseTestCase(unittest.TestCase):
Callers
1
tearDown
Method · 0.45
Calls
2
shutdown
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected