MCPcopy Create free account
hub / github.com/Vinyzu/Botright / start

Method start

tests/server.py:210–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 self.server = HTTPServer()
209
210 def start(self) -> None:
211 self.server.start()
212 self.thread = threading.Thread(target=lambda: reactor.run(installSignalHandlers=False))
213 self.thread.start()
214
215 def stop(self) -> None:
216 reactor.stop()

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected