MCPcopy
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_rdbMethod · 0.80

Calls 1

_close_sessionMethod · 0.95

Tested by 1

test_rdbMethod · 0.64