Lines Matching refs:strip
438 return str(values[0]).strip()
517 return ", ".join([str(v).strip() for v in results])
523 v.strip() for v in values
524 if v.strip()]
545 return [(self.name, value.strip()) for value in values]
555 retval = _headers.get(str(name).strip().lower().replace("_","-"))
921 units = units.strip().lower()
924 if not begin.strip():
930 if not end.strip():
962 lang, params = pieces[0].strip().lower(), pieces[1:]
969 lvalue = lvalue.strip().lower()
970 rvalue = rvalue.strip()
1008 userpass = "%s:%s" % (username.strip(), password.strip())
1009 return "Basic %s" % userpass.encode('base64').strip()