Process a LAST command. No arguments. Return as for STAT.
(self)
| 750 | return self._statcmd('NEXT') |
| 751 | |
| 752 | def last(self): |
| 753 | """Process a LAST command. No arguments. Return as for STAT.""" |
| 754 | return self._statcmd('LAST') |
| 755 | |
| 756 | def _artcmd(self, line, file=None): |
| 757 | """Internal: process a HEAD, BODY or ARTICLE command.""" |