MCPcopy Create free account
hub / github.com/python/cpython / test_mixed_with_image

Method test_mixed_with_image

Lib/test/test_email/test_email.py:2900–2902  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2898 self._idempotent(msg, text)
2899
2900 def test_mixed_with_image(self):
2901 msg, text = self._msgobj('msg_06.txt')
2902 self._idempotent(msg, text)
2903
2904 def test_multipart_report(self):
2905 msg, text = self._msgobj('msg_05.txt')

Callers

nothing calls this directly

Calls 2

_msgobjMethod · 0.95
_idempotentMethod · 0.95

Tested by

no test coverage detected