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): argument 195 return subprocess.call(cmd, *args, **pwargs)
|
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 288 def run_sphinx(self, sphinx_build, build_args, *args, **pwargs): argument 341 return subprocess.call(cmd, *args, **pwargs)
|