MCPcopy Create free account
hub / github.com/FastLED/FastLED / stop

Method stop

ci/autoresearch/net.py:323–328  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 print(f" Host HTTP server started on port {self.port}")
322
323 def stop(self) -> None:
324 if self._server:
325 self._server.shutdown()
326 self._server = None
327 self._thread = None
328 print(" Host HTTP server stopped")
329
330
331async def run_net_loopback_autoresearch(

Callers 2

run_net_autoresearchFunction · 0.45

Calls 2

printFunction · 0.50
shutdownMethod · 0.45

Tested by

no test coverage detected