MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __str__

Method __str__

tools/python-3.11.9-amd64/Lib/email/message.py:162–165  ·  view source on GitHub ↗

Return the entire formatted message as a string.

(self)

Source from the content-addressed store, hash-verified

160 self._default_type = 'text/plain'
161
162 def __str__(self):
163 """Return the entire formatted message as a string.
164 """
165 return self.as_string()
166
167 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None):
168 """Return the entire formatted message as a string.

Callers

nothing calls this directly

Calls 1

as_stringMethod · 0.95

Tested by

no test coverage detected