Get the message's "info" as a string.
(self)
| 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.""" |
no outgoing calls