Home | History | Annotate | Download | only in python2.7

Lines Matching refs:columns

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