Searched refs:_disp (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/email/ |
D | message.py | 1130 def _add_multipart(self, _subtype, *args, _disp=None, **kw): argument 1136 if _disp and 'content-disposition' not in part: 1137 part['Content-Disposition'] = _disp 1141 self._add_multipart('related', *args, _disp='inline', **kw) 1147 self._add_multipart('mixed', *args, _disp='attachment', **kw)
|