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

Lines Matching full:rpos

176     rpos = len(s) - 1
177 while amount and s[rpos] == ' ':
178 rpos -= 1
180 return s[lpos:rpos+1]