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

Calls 2

_close_sessionMethod · 0.95
set_quitMethod · 0.95

Tested by 1

test_rdbMethod · 0.64