Searched refs:_run_command (Results 1 – 1 of 1) sorted by relevance
89 _run_command([self._generate_module_binary] + flags)119 return _run_command([self._launcher_binary] + flags, env=env)196 return _run_command(self._args + args, check=check)208 def _run_command(args, check=True, **kwargs) -> subprocess.CompletedProcess: function