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

Method make_alternative

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

Source from the content-addressed store, hash-verified

1175 self._make_multipart('related', ('alternative', 'mixed'), boundary)
1176
1177 def make_alternative(self, boundary=None):
1178 self._make_multipart('alternative', ('mixed',), boundary)
1179
1180 def make_mixed(self, boundary=None):
1181 self._make_multipart('mixed', (), boundary)

Callers

nothing calls this directly

Calls 1

_make_multipartMethod · 0.95

Tested by

no test coverage detected