Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ start
Method
start
celery/concurrency/base.py:128–131 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
self.on_terminate()
127
128
def
start(self):
129
self._does_debug = logger.isEnabledFor(logging.DEBUG)
130
self.on_start()
131
self._state = self.RUN
132
133
def
close(self):
134
self._state = self.CLOSE
Callers
1
on_stop
Method · 0.45
Calls
2
on_start
Method · 0.95
isEnabledFor
Method · 0.80
Tested by
no test coverage detected