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

Method test_payload

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

Source from the content-addressed store, hash-verified

1823 missing)
1824
1825 def test_payload(self):
1826 self.assertEqual(self._msg.get_payload(), 'hello there')
1827 self.assertFalse(self._msg.is_multipart())
1828
1829 def test_charset(self):
1830 eq = self.assertEqual

Callers

nothing calls this directly

Calls 4

get_payloadMethod · 0.80
assertFalseMethod · 0.80
is_multipartMethod · 0.80
assertEqualMethod · 0.45

Tested by

no test coverage detected