Home | History | Annotate | Download | only in email

Lines Matching refs:decoded

194     character "=" appended to them, so the decoded text will be identical to
280 # decoded string with string concatenation, which could be done much more
282 decoded = ''
287 decoded += eol
295 decoded += c
304 decoded += unquote(line[i:i+3])
308 decoded += c
312 decoded += eol
314 if not encoded.endswith(eol) and decoded.endswith(eol):
315 decoded = decoded[:-1]
316 return decoded