MCPcopy Index your code
hub / github.com/python/cpython / make_mixed

Method make_mixed

Lib/email/message.py:1180–1181  ·  view source on GitHub ↗
(self, boundary=None)

Source from the content-addressed store, hash-verified

1178 self._make_multipart('alternative', ('mixed',), boundary)
1179
1180 def make_mixed(self, boundary=None):
1181 self._make_multipart('mixed', (), boundary)
1182
1183 def _add_multipart(self, _subtype, *args, _disp=None, **kw):
1184 if (self.get_content_maintype() != 'multipart' or

Callers

nothing calls this directly

Calls 1

_make_multipartMethod · 0.95

Tested by

no test coverage detected