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

Method get_info

Lib/mailbox.py:1662–1664  ·  view source on GitHub ↗

Get the message's "info" as a string.

(self)

Source from the content-addressed store, hash-verified

1660 raise TypeError("can't convert to float: %s" % date) from None
1661
1662 def get_info(self):
1663 """Get the message's "info" as a string."""
1664 return self._info
1665
1666 def set_info(self, info):
1667 """Set the message's "info" string."""

Callers 2

test_infoMethod · 0.95
test_info_and_flagsMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_infoMethod · 0.76
test_info_and_flagsMethod · 0.76