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

Method update

pyLoadGui.py:700–710  ·  view source on GitHub ↗

methods to call

(self)

Source from the content-addressed store, hash-verified

698 self.timer.start(1000)
699
700 def update(self):
701 """
702 methods to call
703 """
704 self.parent.refreshServerStatus()
705 if self.lastSpaceCheck + 5 < time():
706 self.lastSpaceCheck = time()
707 self.parent.serverStatus["freespace"] = self.parent.connector.freeSpace()
708 self.parent.refreshLog()
709 self.parent.checkCaptcha()
710 self.parent.pullEvents()
711
712 def stop(self):
713 self.timer.stop()

Callers 2

startMethod · 0.95
generate_localeFunction · 0.45

Calls 5

refreshServerStatusMethod · 0.80
refreshLogMethod · 0.80
checkCaptchaMethod · 0.80
pullEventsMethod · 0.80
freeSpaceMethod · 0.45

Tested by

no test coverage detected