Searched refs:_run_command (Results 1 – 1 of 1) sorted by relevance
100 return _run_command([self._launcher_binary] + flags, env=env)177 return _run_command(self._args + args, check=check)189 def _run_command(args, check=False, **kwargs) -> subprocess.CompletedProcess: function