Searched refs:_make_multipart (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | message.py | 1103 def _make_multipart(self, subtype, disallowed_subtypes, boundary): member in MIMEPart 1131 self._make_multipart('related', ('alternative', 'mixed'), boundary) 1134 self._make_multipart('alternative', ('mixed',), boundary) 1137 self._make_multipart('mixed', (), boundary)
|