Home | History | Annotate | Download | only in email

Lines Matching refs:unquote

87         return value[0], value[1], utils.unquote(value[2])

89 return utils.unquote(value)
515 def get_params(self, failobj=None, header='content-type', unquote=True):
526 Content-Type. If unquote is True, the value is unquoted.
532 if unquote:
538 unquote=True):
560 VALUE item in the 3-tuple) is always unquoted, unless unquote is set
567 if unquote:
607 unquote=requote):
632 for p, v in self.get_params(header=header, unquote=requote):
668 params = self.get_params(header=header, unquote=requote)