MCPcopy Index your code
hub / github.com/pyload/pyload / start

Method start

module/gui/Queue.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.timer.connect(self.timer, SIGNAL("timeout()"), self, SIGNAL("update()"))
53
54 def start(self):
55 self.timer.start(1000)
56
57 def stop(self):
58 self.timer.stop()

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected