Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vinyzu/Botright
/ stop
Method
stop
tests/server.py:215–217 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
213
self.thread.start()
214
215
def
stop(self) -> None:
216
reactor.stop()
217
self.thread.join()
218
219
def
reset(self) -> None:
220
self.server.reset()
Callers
2
run_around_tests
Function · 0.80
__adel__
Method · 0.80
Calls
no outgoing calls
Tested by
1
run_around_tests
Function · 0.64