MCPcopy
hub / github.com/celery/celery / setdefault

Method setdefault

celery/app/base.py:228–229  ·  celery/app/base.py::PendingConfiguration.setdefault
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

226 self._data.update(*args, **kwargs)
227
228 def setdefault(self, *args, **kwargs):
229 return self._data.setdefault(*args, **kwargs)
230
231 def __contains__(self, key):
232 class="cm"># XXX will not show finalized configuration

Callers 9

_setdefaultoptMethod · 0.45
formatMethod · 0.45
apply_asyncMethod · 0.45
signatureMethod · 0.45
replaceMethod · 0.45
pydantic_wrapperFunction · 0.45
send_taskMethod · 0.45
add_compatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected