Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ strargv
Function
strargv
celery/platforms.py:706–710 ·
view source on GitHub ↗
(argv)
Source
from the content-addressed store, hash-verified
704
705
706
def
strargv(argv):
707
arg_start = 2
if
'manage'
in argv[0]
else
1
708
if
len(argv) > arg_start:
709
return
' '
.join(argv[arg_start:])
710
return
''
711
712
713
def
set_pdeathsig(name):
Callers
1
_set_process_status
Function · 0.90
Calls
1
join
Method · 0.45
Tested by
no test coverage detected