Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_initialize_with_unixfrom
Method · 0.95
get_message
Method · 0.80
_parse_headers
Method · 0.80
test_as_string_unixform
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_initialize_with_unixfrom
Method · 0.76
test_as_string_unixform
Method · 0.64