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

Method __init__

src/network/announcethread.py:13–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class AnnounceThread(threading.Thread, StoppableThread):
13 def __init__(self):
14 threading.Thread.__init__(self, name="Announcer")
15 self.initStop()
16 self.name = "Announcer"
17 logger.info("init announce thread")
18
19 def run(self):
20 lastSelfAnnounced = 0

Callers

nothing calls this directly

Calls 1

initStopMethod · 0.80

Tested by

no test coverage detected