json.JSONDecoder.decode()
  • References/Python/Python/Internet Data

decode(s) Return the Python representation of s (a

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

__eq__(other) This method allows you to compare two Charset instances for equality.

2025-01-10 15:47:30
email.parser.BytesParser
  • References/Python/Python/Internet Data

class email.parser.BytesParser(_class=email.message.Message, *, policy=policy.compat32) This class is exactly parallel to Parser

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

email.message_from_binary_file(fp, _class=email.message.Message, *, policy=policy.compat32) Return a message object structure

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

get_content_type() Return the message’s content type. The returned string is coerced to lower case of the form

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

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

2025-01-10 15:47:30
mailbox.ExternalClashError
  • References/Python/Python/Internet Data

exception mailbox.ExternalClashError Raised when some mailbox-related condition beyond the control of the program causes it

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

class email.policy.EmailPolicy(**kw) This concrete Policy provides behavior that is intended to be fully compliant

2025-01-10 15:47:30
email.policy.Policy
  • References/Python/Python/Internet Data

class email.policy.Policy(**kw) This is the abstract base class for all policy classes

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

values() Return an iterator over representations of all messages if called as itervalues() or __iter__()

2025-01-10 15:47:30