Home | History | Annotate | Download | only in library

Lines Matching full:content_manager

598    .. method:: get_content(*args, content_manager=None, **kw)
601 of the *content_manager*, passing self as the message object, and passing
603 *content_manager* is not specified, use the ``content_manager`` specified
607 .. method:: set_content(*args, content_manager=None, **kw)
610 of the *content_manager*, passing self as the message object, and passing
612 *content_manager* is not specified, use the ``content_manager`` specified
646 .. method:: add_related(*args, content_manager=None, **kw)
653 raise a :exc:`TypeError`. If *content_manager* is not specified, use
654 the ``content_manager`` specified by the current :mod:`~email.policy`.
659 .. method:: add_alternative(*args, content_manager=None, **kw)
667 *content_manager* is not specified, use the ``content_manager`` specified
671 .. method:: add_attachment(*args, content_manager=None, **kw)
678 above. If *content_manager* is not specified, use the ``content_manager``
684 options to the ``content_manager``.