MCPcopy
hub / github.com/celery/celery / set_quit

Method set_quit

celery/contrib/rdb.py:170–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 do_q = do_exit = do_quit
169
170 def set_quit(self):
171 # this raises a BdbQuit exception that we're unable to catch.
172 sys.settrace(None)
173
174
175def debugger():

Callers 2

do_quitMethod · 0.95
test_rdbMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_rdbMethod · 0.64