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

Lines Matching refs:strip

167                 x = (self.dict[headerseen] + "\n " + line.strip())
168 self.dict[headerseen] = x.strip()
180 self.dict[headerseen] = line[len(headerseen)+1:].strip()
213 rules, e.g. to strip trailing whitespace, or to recognize MH template
308 current = "%s\n %s" % (current, s.strip())
310 current = s.strip()
314 current = s[s.find(":") + 1:].strip()