Home
last modified time | relevance | path

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

/dports/databases/py-gdbm/Python-3.8.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python310/Python-3.10.1/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python37/Python-3.7.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python38/Python-3.8.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python311/Python-3.11.0a3/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python-tools/Python-3.8.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/lang/python39/Python-3.9.9/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/email/
H A Dmessage.py1139 def _add_multipart(self, _subtype, *args, _disp=None, **kw): member in MIMEPart
1150 self._add_multipart('related', *args, _disp='inline', **kw)
1153 self._add_multipart('alternative', *args, **kw)
1156 self._add_multipart('mixed', *args, _disp='attachment', **kw)
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/_drivers/
H A Ds3.py605 return self._add_multipart(s3_client=s3_client,
662 def _add_multipart(self, s3_client, image_file, image_size, bucket, member in Store