MCPcopy
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
706def 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
713def set_pdeathsig(name):

Callers 1

_set_process_statusFunction · 0.90

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected