MCPcopy
hub / github.com/celery/celery / info

Method info

celery/bootsteps.py:122–126  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

120 return self.state_to_name[self.state or 0]
121
122 def info(self, parent):
123 info = {}
124 for step in parent.steps:
125 info.update(step.info(parent) or {})
126 return info
127
128 def close(self, parent):
129 if self.on_close:

Callers

nothing calls this directly

Calls 2

updateMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected