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

Method processingIds

module/ThreadManager.py:127–129  ·  view source on GitHub ↗

get a id list of all pyfiles processed

(self)

Source from the content-addressed store, hash-verified

125 return active
126
127 def processingIds(self):
128 """get a id list of all pyfiles processed"""
129 return [x.id for x in self.getActiveFiles()]
130
131
132 def work(self):

Callers 5

cleanPycurlMethod · 0.95
abortDownloadMethod · 0.80
finishIfDoneMethod · 0.80
statusServerMethod · 0.80
deleteLinkMethod · 0.80

Calls 1

getActiveFilesMethod · 0.95

Tested by

no test coverage detected