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

Lines Matching refs:lpos

172     lpos = 0
173 while amount and s[lpos] == ' ':
174 lpos += 1
180 return s[lpos:rpos+1]