Lines Matching defs:append
97 words.append((unencoded, None, None))
102 words.append((encoded, encoding, charset))
108 droplist.append(n-1)
119 decoded_words.append((encoded_string, charset))
122 decoded_words.append((word, charset))
132 decoded_words.append((word, charset))
146 collapsed.append((last_word, last_charset))
153 collapsed.append((last_word, last_charset))
174 # None means us-ascii but we can simply pass it on to h.append()
177 h.append(s, charset)
190 value is not set. You can later append to the header with .append()
192 .append() documentation for semantics.
195 charset argument to the .append() method. It also sets the default
196 character set for all subsequent .append() calls that omit the charset
199 subsequent .append() calls.
211 errors is passed through to the .append() call.
221 self.append(s, charset, errors)
252 uchunks.append(SPACE)
255 uchunks.append(SPACE)
258 uchunks.append(string)
269 def append(self, s, charset=None, errors='strict'):
310 self._chunks.append((s, charset))
405 last_chunk.append(string)
408 chunks.append((SPACE.join(last_chunk), last_charset))
412 chunks.append((SPACE.join(last_chunk), last_charset))
442 self._lines.append(str(self._current_line))
483 self._lines.append(self._continuation_ws + line)
542 self._lines.append(str(self._current_line))
553 self.append((fws, string))