Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ __init__
Method
__init__
pyLoadCli.py:373–376 ·
view source on GitHub ↗
(self, cli)
Source
from the content-addressed store, hash-verified
371
372
class
RefreshThread(Thread):
373
def
__init__(self, cli):
374
Thread.__init__(self)
375
self.setDaemon(True)
376
self.cli = cli
377
378
def
run(self):
379
while
True:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected