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

Method set_unixfrom

tools/python-3.11.9-amd64/Lib/email/message.py:218–219  ·  view source on GitHub ↗
(self, unixfrom)

Source from the content-addressed store, hash-verified

216 # Unix From_ line
217 #
218 def set_unixfrom(self, unixfrom):
219 self._unixfrom = unixfrom
220
221 def get_unixfrom(self):
222 return self._unixfrom

Callers 2

get_messageMethod · 0.80
_parse_headersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected