Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleCaptcha
Method · 0.80
decrypt_image
Method · 0.80
decrypt_interactive
Method · 0.80
notify
Method · 0.80
captcha_task
Method · 0.80
captcha_task
Method · 0.80
captcha_task
Method · 0.80
captcha_task
Method · 0.80
captcha_task
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected