MCPcopy Index your code
hub / github.com/nodejs/node / _start_process

Method _start_process

deps/v8/tools/testrunner/local/command.py:155–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

153 )
154
155 def _start_process(self):
156 with self.log_errors():
157 return subprocess.Popen(
158 args=self._get_popen_args(),
159 stdout=subprocess.PIPE,
160 stderr=subprocess.PIPE,
161 env=self._get_env(),
162 )
163
164 def _get_popen_args(self):
165 return self._to_args_list()

Callers 1

executeMethod · 0.95

Calls 3

log_errorsMethod · 0.95
_get_popen_argsMethod · 0.95
_get_envMethod · 0.95

Tested by

no test coverage detected