Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
175
def
debugger():
Callers
2
do_quit
Method · 0.95
test_rdb
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_rdb
Method · 0.64