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

Lines Matching refs:words

916             words = line.split()
920 while i < len(words):
921 w1 = words[i]
922 if i+1 < len(words):
923 w2 = words[i + 1]