Home | History | Annotate | Download | only in webob

Lines Matching refs:strip

171         status = fp.readline().strip()
178 line = fp.readline().strip()
186 value = value.strip()
1003 self.etag = md5_digest.strip('=')