Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ prepare_argv
Method
prepare_argv
celery/apps/multi.py:231–233 ·
view source on GitHub ↗
(self, argv, path)
Source
from the content-addressed store, hash-verified
229
return
retcode
230
231
def
prepare_argv(self, argv, path):
232
args =
' '
.join([path] + list(argv))
233
return
shlex.split(from_utf8(args), posix=not IS_WINDOWS)
234
235
def
getopt(self, *alt):
236
for
opt in alt:
Callers
2
_waitexec
Method · 0.95
test_waitexec
Method · 0.80
Calls
1
join
Method · 0.45
Tested by
1
test_waitexec
Method · 0.64