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

Lines Matching refs:groups

153     groups = []
160 groups.append(s[-interval:])
163 groups.append(s)
164 groups.reverse()
166 left_spaces + thousands_sep.join(groups) + right_spaces,
167 len(thousands_sep) * (len(groups) - 1)