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

Method getActiveFiles

module/ThreadManager.py:119–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 self.infoResults[rid].update(result)
118
119 def getActiveFiles(self):
120 active = [x.active for x in self.threads if x.active and isinstance(x.active, PyFile)]
121
122 for t in self.localThreads:
123 active.extend(t.getActiveFiles())
124
125 return active
126
127 def processingIds(self):
128 """get a id list of all pyfiles processed"""

Callers 1

processingIdsMethod · 0.95

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected