MCPcopy
hub / github.com/celery/celery / update

Method update

celery/app/base.py:225–226  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

223 self._data.clear()
224
225 def update(self, *args, **kwargs):
226 self._data.update(*args, **kwargs)
227
228 def setdefault(self, *args, **kwargs):
229 return self._data.setdefault(*args, **kwargs)

Callers 1

config_from_cmdlineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected