Lines Matching refs:is_multipart
151 .. method:: is_multipart()
155 :meth:`is_multipart` returns ``False``, the payload should be a string
157 :meth:`is_multipart` returning ``True`` does not necessarily mean that
159 For example, ``is_multipart`` will return ``True`` when the
191 :class:`Message` objects when :meth:`is_multipart` is ``True``, or a
192 string when :meth:`is_multipart` is ``False``. If the payload is a list
196 element of the payload, counting from zero, if :meth:`is_multipart` is
199 payload is a string (i.e. :meth:`is_multipart` is ``False``) and *i* is
686 :meth:`is_multipart` returns ``True``, even though
695 ... part.is_multipart())
713 subparts. ``is_multipart()`` returns ``True`` and ``walk`` descends