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

Method test_simple_multipart

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

Source from the content-addressed store, hash-verified

2882 self._idempotent(msg, text)
2883
2884 def test_simple_multipart(self):
2885 msg, text = self._msgobj('msg_04.txt')
2886 self._idempotent(msg, text)
2887
2888 def test_MIME_digest(self):
2889 msg, text = self._msgobj('msg_02.txt')

Callers

nothing calls this directly

Calls 2

_msgobjMethod · 0.95
_idempotentMethod · 0.95

Tested by

no test coverage detected