MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / is_multipart

Method is_multipart

tools/python-3.11.9-amd64/Lib/email/message.py:211–213  ·  view source on GitHub ↗

Return True if the message consists of multiple parts.

(self)

Source from the content-addressed store, hash-verified

209 return fp.getvalue()
210
211 def is_multipart(self):
212 """Return True if the message consists of multiple parts."""
213 return isinstance(self._payload, list)
214
215 #
216 # Unix From_ line

Callers 7

get_payloadMethod · 0.95
closeMethod · 0.80
walkFunction · 0.80
_structureFunction · 0.80
_find_bodyMethod · 0.80
iter_partsMethod · 0.80
assert_header_parsingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected