Searched refs:pwargs (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/python/ |
| H A D | jobserver.py | 180 def run(self, cmd, *args, **pwargs): 195 return subprocess.call(cmd, *args, **pwargs) 134 run(self, cmd, *args, **pwargs) global() argument
|
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 302 def run_sphinx(self, sphinx_build, build_args, *args, **pwargs): argument 355 return subprocess.call(cmd, *args, **pwargs)
|