Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ _to_args_list
Method
_to_args_list
deps/v8/tools/testrunner/local/command.py:204–205 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
202
return
' '
.join(parts)
203
204
def
_to_args_list(self):
205
return
list(map(str, self.cmd_prefix + [self.shell])) + self.args
206
207
208
class
DesktopCommand(BaseCommand):
Callers
2
_get_popen_args
Method · 0.95
to_string
Method · 0.95
Calls
2
list
Function · 0.50
map
Function · 0.50
Tested by
no test coverage detected