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

Method get_info

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

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

(self)

Source from the content-addressed store, hash-verified

1579 raise TypeError("can't convert to float: %s" % date) from None
1580
1581 def get_info(self):
1582 """Get the message's "info" as a string."""
1583 return self._info
1584
1585 def set_info(self, info):
1586 """Set the message's "info" string."""

Callers 1

addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected