Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ signal_name
Function
signal_name
celery/platforms.py:701–703 ·
view source on GitHub ↗
Return name of signal from signal number.
(signum)
Source
from the content-addressed store, hash-verified
699
700
701
def
signal_name(signum):
702
""
"Return name of signal from signal number."
""
703
return
SIGMAP[signum][3:]
704
705
706
def
strargv(argv):
Callers
2
send_all
Method · 0.90
shutdown_nodes
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected