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

Method _make_message

Lib/test/test_email/__init__.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 return email.message_from_bytes(bytestring, message, policy=policy)
57
58 def _make_message(self):
59 return self.message(policy=self.policy)
60
61 def _bytes_repr(self, b):
62 return [repr(x) for x in b.splitlines(keepends=True)]

Calls 1

messageMethod · 0.45