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

Method set_unixfrom

Lib/email/message.py:224–225  ·  view source on GitHub ↗
(self, unixfrom)

Source from the content-addressed store, hash-verified

222 # Unix From_ line
223 #
224 def set_unixfrom(self, unixfrom):
225 self._unixfrom = unixfrom
226
227 def get_unixfrom(self):
228 return self._unixfrom

Callers 4

get_messageMethod · 0.80
_parse_headersMethod · 0.80

Calls

no outgoing calls

Tested by 2