MCPcopy 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

_install_messageMethod · 0.80
__init__Method · 0.80
flattenMethod · 0.80
test_add_from_stringMethod · 0.80
test_add_from_bytesMethod · 0.80
test_fromMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_add_from_stringMethod · 0.64
test_add_from_bytesMethod · 0.64
test_fromMethod · 0.64