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

Method run

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

Source from the content-addressed store, hash-verified

15 logger.info("init asyncore thread")
16
17 def run(self):
18 while not self._stopped and state.shutdown == 0:
19 BMConnectionPool().loop()
20
21 def stopThread(self):
22 super(BMNetworkThread, self).stopThread()

Callers

nothing calls this directly

Calls 2

BMConnectionPoolClass · 0.90
loopMethod · 0.80

Tested by

no test coverage detected