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

Method isClientConnected

pyLoadCore.py:583–584  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

581 exit()
582
583 def isClientConnected(self):
584 return (self.lastClientConnected + 30) > time()
585
586 def restart(self):
587 self.shutdown()

Callers 9

handleCaptchaMethod · 0.80
decrypt_imageMethod · 0.80
decrypt_interactiveMethod · 0.80
notifyMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80
captcha_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected