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

Method progress

module/plugins/internal/Extractor.py:171–175  ·  view source on GitHub ↗

Set extraction progress

(self, x)

Source from the content-addressed store, hash-verified

169 raise NotImplementedError
170
171 def progress(self, x):
172 """
173 Set extraction progress
174 """
175 return self.pyfile.setProgress(int(x))

Callers

nothing calls this directly

Calls 1

setProgressMethod · 0.80

Tested by

no test coverage detected