Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __exit__
Method
__exit__
t/unit/worker/test_worker.py:588–589 ·
view source on GitHub ↗
(self, *exc_info)
Source
from the content-addressed store, hash-verified
586
return
self
587
588
def
__exit__(self, *exc_info):
589
self.cancel()
590
591
controller.box.node.listen = BConsumer()
592
connections = []
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected