MCPcopy 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
208class DesktopCommand(BaseCommand):

Callers 2

_get_popen_argsMethod · 0.95
to_stringMethod · 0.95

Calls 2

listFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected