MCPcopy Create free account
hub / github.com/czue/celery-progress / set_progress

Method set_progress

celery_progress/backend.py:33–37  ·  view source on GitHub ↗
(self, current, total, description="")

Source from the content-addressed store, hash-verified

31
32
33 def set_progress(self, current, total, description=""):
34 self.current = current
35 self.total = total
36 if description:
37 self.description = description
38
39 def increment_progress(self, by=1, description=""):
40 """

Callers 1

increment_progressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected