Searched refs:out_to (Results 1 – 2 of 2) sorted by relevance
308 def _PrintTable(tables, out_to): argument313 if out_to == 'HTML':315 elif out_to == 'PLAIN':317 elif out_to == 'CONSOLE':319 elif out_to == 'TSV':321 elif out_to == 'EMAIL':324 raise ValueError('Invalid out_to value: %s' % (out_to,))
1430 def GetSimpleTable(table, out_to=TablePrinter.CONSOLE): argument1461 tp = TablePrinter(cell_table, out_to)1466 def GetComplexTable(runs, labels, out_to=TablePrinter.CONSOLE): argument1495 tp = TablePrinter(cell_table, out_to)