Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _get_popen_args
Method
_get_popen_args
deps/v8/tools/testrunner/local/command.py:164–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
)
163
164
def
_get_popen_args(self):
165
return
self._to_args_list()
166
167
def
_get_env(self):
168
env = os.environ.copy()
Callers
3
_start_process
Method · 0.95
_start_process
Method · 0.45
_start_process
Method · 0.45
Calls
1
_to_args_list
Method · 0.95
Tested by
no test coverage detected