Home
last modified time | relevance | path

Searched refs:_make_multipart (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/email/
Dmessage.py1094 def _make_multipart(self, subtype, disallowed_subtypes, boundary): member in MIMEPart
1122 self._make_multipart('related', ('alternative', 'mixed'), boundary)
1125 self._make_multipart('alternative', ('mixed',), boundary)
1128 self._make_multipart('mixed', (), boundary)