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

Lines Matching refs:strip

256                 terminator = line.strip()
265 # Strip final line terminator
300 yield f.strip()
315 name = p[:i].strip().lower()
316 value = p[i+1:].strip()
701 strippedline = line.strip()
734 strippedline = line.strip()
837 return v.strip()
873 if key in self.dict: return self.dict[key][0].strip()