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

Method setStatus

module/PyFile.py:117–119  ·  view source on GitHub ↗
(self, status)

Source from the content-addressed store, hash-verified

115 return self.m.getPackage(self.packageid)
116
117 def setStatus(self, status):
118 self.status = statusMap[status]
119 self.sync() #@TODO needed aslong no better job approving exists
120
121 def setCustomStatus(self, msg, status="processing"):
122 self.statusname = msg

Callers 15

setCustomStatusMethod · 0.95
finishIfDoneMethod · 0.95
assignJobMethod · 0.80
runMethod · 0.80
__init__Method · 0.80
runMethod · 0.80
preprocessingMethod · 0.80
waitMethod · 0.80
downloadMethod · 0.80
decryptMethod · 0.80
_processMethod · 0.80
downloadMethod · 0.80

Calls 1

syncMethod · 0.95

Tested by

no test coverage detected