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

Lines Matching refs:col

376         self.col = 0
381 self.col = 0
386 self.col = 0
393 self.col = 0
400 self.col = 0
403 self.col = self.col + len(data)
409 col = self.col
414 if col + len(word) >= maxcol:
416 col = 0
419 col = col + 1
421 col = col + len(word)
423 self.col = col