json.JSONDecodeError
  • References/Python/Python/Internet Data

exception json.JSONDecodeError(msg, doc, pos, end=None) Subclass of

2025-01-10 15:47:30
mailbox.Mailbox.update()
  • References/Python/Python/Internet Data

update(arg) Parameter arg should be a key-to-message mapping or an iterable of (key, message)

2025-01-10 15:47:30
email.charset.add_codec()
  • References/Python/Python/Internet Data

email.charset.add_codec(charset, codecname) Add a codec that map characters in the given character set to and from Unicode.

2025-01-10 15:47:30
mailbox.Maildir.close()
  • References/Python/Python/Internet Data

close() Maildir instances do not keep any open files and the underlying mailboxes do not support locking, so this

2025-01-10 15:47:30
email.message.Message.is_multipart()
  • References/Python/Python/Internet Data

is_multipart() Return True if the message’s payload is a list of sub-Message objects, otherwise return

2025-01-10 15:47:30
email.encoders.encode_quopri()
  • References/Python/Python/Internet Data

email.encoders.encode_quopri(msg) Encodes the payload into quoted-printable form and sets the Conten

2025-01-10 15:47:30
email.message.Message.add_header()
  • References/Python/Python/Internet Data

add_header(_name, _value, **_params) Extended header setting. This method is similar to __setitem__() except that

2025-01-10 15:47:30
base64.decode()
  • References/Python/Python/Internet Data

base64.decode(input, output) Decode the contents of the binary input file and write the resulting binary data to the

2025-01-10 15:47:30