mimetypes.encodings_map

mimetypes.encodings_map Dictionary mapping filename extensions to encoding types.

2016-10-07 17:37:14
json.dump()

json.dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, cls=None, indent=None, separators=None, default=None, sort_keys=False, **kw)

2016-10-07 17:35:50
email.generator.BytesGenerator.clone()

clone(fp) Return an independent clone of this BytesGenerator instance with the exact same options.

2016-10-07 17:32:24
email.headerregistry.BaseHeader

class email.headerregistry.BaseHeader(name, value) name and value are passed to BaseHeader from

2016-10-07 17:32:29
binascii.hexlify()

binascii.hexlify(data) Return the hexadecimal representation of the binary data. Every byte of data is converted

2016-10-07 17:27:32
email.message.Message.keys()

keys() Return a list of all the message’s header field names.

2016-10-07 17:32:43
email.errors.HeaderParseError

exception email.errors.HeaderParseError Raised under some error conditions when parsing the

2016-10-07 17:32:23
email.message.Message.defects

defects The defects attribute contains a list of all the problems found when parsing this message. See

2016-10-07 17:32:39
email.headerregistry.DateHeader.datetime

datetime If the header value can be recognized as a valid date of one form or another, this attribute will contain a

2016-10-07 17:32:31
email.charset.Charset.output_charset

output_charset Some character sets must be converted before they can be used in email headers or bodies. If the input_charset

2016-10-07 17:32:20