Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ run
Method
run
module/Scheduler.py:100–105 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
98
self.threaded = threaded
99
100
def
run(self):
101
ret = self.call(*self.args, **self.kwargs)
102
if
self.deferred is None:
103
return
104
else
:
105
self.deferred.callback(ret)
106
107
def
start(self):
108
if
self.threaded:
Callers
1
start
Method · 0.95
Calls
2
callback
Method · 0.80
call
Method · 0.45
Tested by
no test coverage detected