Searched refs:ZERO_RETURN_CMD (Results 1 – 1 of 1) sorted by relevance
67 ZERO_RETURN_CMD = (sys.executable, '-c', 'pass') variable76 global ZERO_RETURN_CMD77 ZERO_RETURN_CMD = (shell_true,) # Faster than Python startup.114 p = subprocess.Popen(ZERO_RETURN_CMD,128 p = subprocess.Popen(ZERO_RETURN_CMD,158 rc = subprocess.check_call(ZERO_RETURN_CMD)808 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)814 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)820 subprocess.Popen(ZERO_RETURN_CMD, env=newenv)921 p = subprocess.Popen(ZERO_RETURN_CMD, **options)[all …]