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