MCPcopy
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_configFunction · 0.45
_prepare_setupMethod · 0.45
setup_sessionFunction · 0.45
reset_modulesFunction · 0.45
test_setup_securityMethod · 0.45
test_updateMethod · 0.45
test_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected