Home | History | Annotate | Download | only in test

Lines Matching refs:tabsize

150         tabsize = 8
153 slen, remainder = divmod(size, tabsize)
155 s = s.expandtabs(tabsize)