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

Method startUpdate

src/bitmessageqt/networkstatus.py:48–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self.timer, QtCore.SIGNAL("timeout()"), self.runEveryTwoSeconds)
47
48 def startUpdate(self):
49 Inventory().numberOfInventoryLookupsPerformed = 0
50 self.runEveryTwoSeconds()
51 self.timer.start(2000) # milliseconds
52
53 def stopUpdate(self):
54 self.timer.stop()

Callers 1

Calls 3

runEveryTwoSecondsMethod · 0.95
InventoryClass · 0.90
startMethod · 0.80

Tested by

no test coverage detected