Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ stop
Method
stop
scratchattach/eventhandlers/cloud_server.py:346–348 ·
view source on GitHub ↗
(self, wait_call_threads: bool = True)
Source
from the content-addressed store, hash-verified
344
self.running = True
345
346
def
stop(self, wait_call_threads: bool = True):
347
BaseEventHandler.stop(self, wait_call_threads)
348
self.close()
349
350
351
def
init_cloud_server(
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected