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

Method start

pyLoadGui.py:696–698  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

694 self.lastSpaceCheck = 0
695
696 def start(self):
697 self.update()
698 self.timer.start(1000)
699
700 def update(self):
701 """

Callers 2

startMainMethod · 0.45
initQueueMethod · 0.45

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected