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