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

Method stopUpdate

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

Source from the content-addressed store, hash-verified

51 self.timer.start(2000) # milliseconds
52
53 def stopUpdate(self):
54 self.timer.stop()
55
56 def formatBytes(self, num):
57 for x in [_translate("networkstatus", "byte(s)", None, QtCore.QCoreApplication.CodecForTr, num), "kB", "MB", "GB"]:

Callers 1

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected