Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_context
Method · 0.95
test_cleared_context
Method · 0.95
test_context_get
Method · 0.95
mark_as_failure
Method · 0.95
__init__
Method · 0.95
TaskMessage
Function · 0.45
TaskMessage1
Function · 0.45
_update_ns_opts
Method · 0.45
_update_ns_ranges
Method · 0.45
install_sync_handler
Method · 0.45
__init__
Method · 0.45
_params_from_url
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_updated_context
Method · 0.76
test_cleared_context
Method · 0.76
test_context_get
Method · 0.76