Searched refs:shell_quote (Results 1 – 2 of 2) sorted by relevance
47 def shell_quote(s): function151 return ' '.join(shell_quote(arg) for arg in cmd)
91 return rh.shell.shell_unquote(rh.shell.shell_quote(s))93 self._testData(rh.shell.shell_quote, tests_quote)