Home
last modified time | relevance | path

Searched refs:cmd_to_str (Results 1 – 3 of 3) sorted by relevance

/tools/repohooks/rh/
Dshell.py129 def cmd_to_str(cmd): function
Dutils.py71 return rh.shell.cmd_to_str(self.cmd)
109 return '' if self.cmd is None else rh.shell.cmd_to_str(self.cmd)
Dshell_unittest.py124 self._testData(rh.shell.cmd_to_str, tests)