Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroPrint/AstroBox
/ stop
Method
stop
src/octoprint/server/__init__.py:406–409 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
self._ioLoop = None
405
406
def
stop(self):
407
if
self._ioLoop:
408
self._ioLoop.stop()
409
self._ioLoop = None
410
411
def
run(self):
412
if
not self._allowRoot:
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected