Searched refs:setColWidth (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc-tools/openbmctool/ |
H A D | openbmctool.py | 294 def setColWidth(keylist, numCols, dictForOutput, colNames): function 378 colWidth = setColWidth(keylist, len(colNames), output, colNames) 515 # colWidths = setColWidth(["FRU Name", "fru_type", "fault", "is_fru", "present", "version"], 6, inv_list, colNames) 1136 colWidth = setColWidth(keylist, len(colNames), dict(enumerate(mergedOutput)), colNames)
|