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

Method __init__

src/class_outgoingSynSender.py:25–28  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23class outgoingSynSender(threading.Thread, StoppableThread):
24
25 def __init__(self):
26 threading.Thread.__init__(self, name="outgoingSynSender")
27 self.initStop()
28 random.seed()
29
30 def setup(self, streamNumber, selfInitiatedConnections):
31 self.streamNumber = streamNumber

Callers

nothing calls this directly

Calls 1

initStopMethod · 0.80

Tested by

no test coverage detected