Return delivery date of message, in seconds since the epoch.
(self)
| 1568 | self.set_flags(''.join(set(self.get_flags()) - set(flag))) |
| 1569 | |
| 1570 | def get_date(self): |
| 1571 | """Return delivery date of message, in seconds since the epoch.""" |
| 1572 | return self._date |
| 1573 | |
| 1574 | def set_date(self, date): |
| 1575 | """Set delivery date of message, in seconds since the epoch.""" |
no outgoing calls
no test coverage detected