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

Method make_related

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

Source from the content-addressed store, hash-verified

1172 self.set_param('boundary', boundary)
1173
1174 def make_related(self, boundary=None):
1175 self._make_multipart('related', ('alternative', 'mixed'), boundary)
1176
1177 def make_alternative(self, boundary=None):
1178 self._make_multipart('alternative', ('mixed',), boundary)

Callers

nothing calls this directly

Calls 1

_make_multipartMethod · 0.95

Tested by

no test coverage detected