MCPcopy Index your code
hub / github.com/RustPython/RustPython / _make_message

Method _make_message

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

Source from the content-addressed store, hash-verified

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

Calls 1

messageMethod · 0.80