Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ handle_int
Method
handle_int
gunicorn/arbiter.py:295–298 ·
view source on GitHub ↗
SIGINT handling
(self)
Source
from the content-addressed store, hash-verified
293
raise
StopIteration
294
295
def
handle_int(self):
296
"SIGINT handling"
297
self.stop(False)
298
raise
StopIteration
299
300
def
handle_quit(self):
301
"SIGQUIT handling"
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected