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

Method update

celery/app/task.py:125–126  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

123 return headers
124
125 def update(self, *args, **kwargs):
126 return self.__dict__.update(*args, **kwargs)
127
128 def clear(self):
129 return self.__dict__.clear()

Callers 15

test_updated_contextMethod · 0.95
test_cleared_contextMethod · 0.95
test_context_getMethod · 0.95
mark_as_failureMethod · 0.95
__init__Method · 0.95
TaskMessageFunction · 0.45
TaskMessage1Function · 0.45
_update_ns_optsMethod · 0.45
_update_ns_rangesMethod · 0.45
install_sync_handlerMethod · 0.45
__init__Method · 0.45
_params_from_urlMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_updated_contextMethod · 0.76
test_cleared_contextMethod · 0.76
test_context_getMethod · 0.76