MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / initStop

Method initStop

src/helper_threading.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class StoppableThread(object):
18 def initStop(self):
19 self.stop = threading.Event()
20 self._stopped = False
21
22 def stopThread(self):
23 self._stopped = True

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected