Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ stopThread
Method
stopThread
src/helper_threading.py:22–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
self._stopped = False
21
22
def
stopThread(self):
23
self._stopped = True
24
self.stop.set()
25
26
class
BusyError(threading.ThreadError):
27
pass
Callers
nothing calls this directly
Calls
1
set
Method · 0.80
Tested by
no test coverage detected