MCPcopy 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
26class BusyError(threading.ThreadError):
27 pass

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected