MCPcopy 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_testsFunction · 0.80
__adel__Method · 0.80

Calls

no outgoing calls

Tested by 1

run_around_testsFunction · 0.64