MCPcopy Create free account
hub / github.com/pyload/pyload / updateProgress

Method updateProgress

module/network/XDCCRequest.py:184–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self.abort = True
183
184 def updateProgress(self):
185 if self.status_notify:
186 self.status_notify({'progress': self.percent})
187
188 @property
189 def size(self):

Callers 1

downloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected