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

Lines Matching refs:strip

599         while start < len(lines) and string.strip(lines[start]) in ('', '#'):
624 while comments and string.strip(comments[0]) == '#':
626 while comments and string.strip(comments[-1]) == '#':