Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ do_quit
Method
do_quit
celery/contrib/rdb.py:164–167 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
162
do_c = do_cont = do_continue
163
164
def
do_quit(self, arg):
165
self._close_session()
166
self.set_quit()
167
return
1
168
do_q = do_exit = do_quit
169
170
def
set_quit(self):
Callers
1
test_rdb
Method · 0.80
Calls
2
_close_session
Method · 0.95
set_quit
Method · 0.95
Tested by
1
test_rdb
Method · 0.64