Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_unixfrom
Method
get_unixfrom
Lib/email/message.py:227–228 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
225
self._unixfrom = unixfrom
226
227
def
get_unixfrom(self):
228
return
self._unixfrom
229
230
#
231
# Payload manipulation.
Callers
9
test_initialize_with_unixfrom
Method · 0.95
_install_message
Method · 0.80
__init__
Method · 0.80
flatten
Method · 0.80
test_add_from_string
Method · 0.80
test_add_from_bytes
Method · 0.80
test_from
Method · 0.80
test_maildir_to_mboxmmdf
Method · 0.80
test_mboxmmdf_to_mboxmmdf
Method · 0.80
Calls
no outgoing calls
Tested by
6
test_initialize_with_unixfrom
Method · 0.76
test_add_from_string
Method · 0.64
test_add_from_bytes
Method · 0.64
test_from
Method · 0.64
test_maildir_to_mboxmmdf
Method · 0.64
test_mboxmmdf_to_mboxmmdf
Method · 0.64