MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / append

Method append

Lib/email/header.py:233–286  ·  view source on GitHub ↗

Append a string to the MIME header. Optional charset, if given, should be a Charset instance or the name of a character set (which will be converted to a Charset instance). A value of None (the default) means that the charset given in the constructor is used.

(self, s, charset=None, errors='strict')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

make_headerFunction · 0.95
__init__Method · 0.95
test_long_nonstringMethod · 0.95
test_long_8bit_headerMethod · 0.95
test_simpleMethod · 0.95
test_simple_surpriseMethod · 0.95
test_multilingualMethod · 0.95
test_string_charsetMethod · 0.95
test_bad_8bit_headerMethod · 0.95

Calls 2

CharsetClass · 0.90
encodeMethod · 0.45

Tested by 15

test_long_nonstringMethod · 0.76
test_long_8bit_headerMethod · 0.76
test_simpleMethod · 0.76
test_simple_surpriseMethod · 0.76
test_multilingualMethod · 0.76
test_string_charsetMethod · 0.76
test_bad_8bit_headerMethod · 0.76
test_long_nonstringMethod · 0.76