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.get_file()
  • References/Python/Python/Internet Data

get_file(key) Return a file-like representation of the message corresponding to key, or raise a

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

unlock() Release the lock on the mailbox, if any.

2025-01-10 15:47:30
email.parser.FeedParser.close()
  • References/Python/Python/Internet Data

close() Closing a FeedParser completes the parsing of all previously fed data, and returns the root message object

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

get_message(key) Return a representation of the message corresponding to key as an instance of the appropriate format-specific

2025-01-10 15:47:30
email.policy.EmailPolicy.header_source_parse()
  • References/Python/Python/Internet Data

header_source_parse(sourcelines) The implementation of this method is the same as that for the Compat32 policy

2025-01-10 15:47:30
email.headerregistry.Address.display_name
  • References/Python/Python/Internet Data

display_name The display name portion of the address, if any, with all quoting removed. If the address does not have a display

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

get_body_encoding() Return the content transfer encoding used for body encoding. This is either

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

get_charsets(failobj=None) Return a list containing the character set names in the message. If the message is a

2025-01-10 15:47:30
json.JSONEncoder.encode()
  • References/Python/Python/Internet Data

encode(o) Return a JSON string representation of a Python data structure, o. For example:

2025-01-10 15:47:30