Lines Matching refs:col
89 for col in cols:
91 cw = max(minwidth, len(col))
93 value = self.stats[ext].get(col)
101 colwidth[col] = cw
102 self.stats["TOTAL"][col] = total
109 for col in cols:
110 print("%*s" % (colwidth[col], col), end=' ')
115 for col in cols:
116 value = self.stats[ext].get(col, "")
117 print("%*s" % (colwidth[col], value), end=' ')