Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ update
Method
update
t/unit/worker/test_worker.py:664–665 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
662
value = 4
663
664
def
update(self):
665
self.prev = self.value
666
667
init_callback = Mock(name=
'init_callback'
)
668
c = self.NoopConsumer(init_callback=init_callback)
Callers
15
__init__
Method · 0.45
celery_config
Function · 0.45
_prepare_setup
Method · 0.45
setup_session
Function · 0.45
reset_modules
Function · 0.45
test_setup_security
Method · 0.45
test_setup_security_encrypted_key_file
Method · 0.45
test_update
Method · 0.45
test_revoke_by_stamped_headers
Method · 0.45
test_revoke_return_value_terminate_true
Method · 0.45
test_restore_prefetch_count_on_restart
Method · 0.45
test_loop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected