Home
last modified time | relevance | path

Searched refs:_Print (Results 1 – 2 of 2) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_list.py41 self.console._Print("index name")
43 self.console._Print("[%3d] %s" % (ind, host.hostname))
78 self.console._Print("[%3d] %s" % (ind, host.hostname))
/test/framework/harnesses/host_controller/
Dconsole.py629 def _Print(self, string): member in Console
656 self._Print(" ".join(
890 self._Print("%s: %s" % (type(e).__name__, e))