Lines Matching refs:kw
1120 def get_content(self, *args, content_manager=None, **kw):
1123 return content_manager.get_content(self, *args, **kw)
1125 def set_content(self, *args, content_manager=None, **kw):
1128 content_manager.set_content(self, *args, **kw)
1166 def _add_multipart(self, _subtype, *args, _disp=None, **kw):
1171 part.set_content(*args, **kw)
1176 def add_related(self, *args, **kw):
1177 self._add_multipart('related', *args, _disp='inline', **kw)
1179 def add_alternative(self, *args, **kw):
1180 self._add_multipart('alternative', *args, **kw)
1182 def add_attachment(self, *args, **kw):
1183 self._add_multipart('mixed', *args, _disp='attachment', **kw)
1197 def set_content(self, *args, **kw):
1198 super().set_content(*args, **kw)