MCPcopy
hub / github.com/celery/celery / _get_exec_options

Method _get_exec_options

celery/app/task.py:1176–1179  ·  celery/app/task.py::Task._get_exec_options
(self)

Source from the content-addressed store, hash-verified

1174 request = property(_get_request)
1175
1176 def _get_exec_options(self):
1177 if self._exec_options is None:
1178 self._exec_options = extract_exec_options(self)
1179 return self._exec_options
1180
1181 @property
1182 def backend(self): class="cm"># noqa: F811

Callers 1

apply_asyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected