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

Method get_from

tools/python-3.11.9-amd64/Lib/mailbox.py:1650–1652  ·  view source on GitHub ↗

Return contents of "From " line.

(self)

Source from the content-addressed store, hash-verified

1648 Message.__init__(self, message)
1649
1650 def get_from(self):
1651 """Return contents of "From " line."""
1652 return self._from
1653
1654 def set_from(self, from_, time_=None):
1655 """Set "From " line, formatting and appending time_ if specified."""

Callers 2

_explain_toMethod · 0.95
_install_messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected