MCPcopy
hub / github.com/celery/celery / start

Method start

celery/apps/multi.py:208–210  ·  view source on GitHub ↗
(self, env=None, **kwargs)

Source from the content-addressed store, hash-verified

206 maybe_call(on_error, self)
207
208 def start(self, env=None, **kwargs):
209 return self._waitexec(
210 self.argv, path=self.executable, env=env, **kwargs)
211
212 def _waitexec(self, argv, path=sys.executable, env=None,
213 on_spawn=None, on_signalled=None, on_failure=None):

Callers 2

_start_nodeMethod · 0.45
evtopFunction · 0.45

Calls 1

_waitexecMethod · 0.95

Tested by

no test coverage detected