MCPcopy
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

_waitexecMethod · 0.95
test_waitexecMethod · 0.80

Calls 1

joinMethod · 0.45

Tested by 1

test_waitexecMethod · 0.64