Lines Matching refs:columns
1815 def list(self, items, columns=4, width=80):1818 colw = width / columns1819 rows = (len(items) + columns - 1) / columns1821 for col in range(columns):1825 if col < columns - 1: