Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ do_continue
Method
do_continue
celery/contrib/rdb.py:158–161 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
156
self.say(SESSION_ENDED.format(self=self))
157
158
def
do_continue(self, arg):
159
self._close_session()
160
self.set_continue()
161
return
1
162
do_c = do_cont = do_continue
163
164
def
do_quit(self, arg):
Callers
1
test_rdb
Method · 0.80
Calls
1
_close_session
Method · 0.95
Tested by
1
test_rdb
Method · 0.64