Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __exit__
Method
__exit__
celery/app/base.py:1297–1298 ·
view source on GitHub ↗
(self, *exc_info)
Source
from the content-addressed store, hash-verified
1295
return
self
1296
1297
def
__exit__(self, *exc_info):
1298
self.close()
1299
1300
def
__repr__(self):
1301
return
f
'<{type(self).__name__} {appstr(self)}>'
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected