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

Lines Matching full:chop

1324             chop = maxlen - len(line)
1325 if chop < 0: repr = repr[:chop] + '...'