Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/openbmctool/
H A Dopenbmctool.py294 def setColWidth(keylist, numCols, dictForOutput, colNames): argument
307 for key in dictForOutput:
309 colWidths[x] = max(colWidths[x], len(str(dictForOutput[key][keylist[x]])))