Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py294 def setColWidth(keylist, numCols, dictForOutput, colNames): argument
312 colWidths[x] = max(colWidths[x], len(colNames[x])) +2
369 def tableDisplay(keylist, colNames, output): argument
378 colWidth = setColWidth(keylist, len(colNames), output, colNames)
381 for i in range(len(colNames)):
383 row = row + colNames[i].ljust(colWidth[i])
665 colNames = ["Component", "Is a FRU", "Present", "Functional", "Has Logs"]
668 colNames = ["Component", "Is a FRU", "Present", "Functional", "Assoc. Log Number(s)"]
670 return tableDisplay(keylist, colNames, frus)
696 colNames = ['sensor', 'type', 'units', 'value', 'target']
[all …]