MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / __init__

Method __init__

src/class_smtpDeliver.py:19–21  ·  view source on GitHub ↗
(self, parent=None)

Source from the content-addressed store, hash-verified

17 _instance = None
18
19 def __init__(self, parent=None):
20 threading.Thread.__init__(self, name="smtpDeliver")
21 self.initStop()
22
23 def stopThread(self):
24 try:

Callers

nothing calls this directly

Calls 1

initStopMethod · 0.80

Tested by

no test coverage detected