(self)
| 100 | |
| 101 | class last_history(commands.Command): |
| 102 | def do(self) -> None: |
| 103 | self.reader.select_item(len(self.reader.history)) |
| 104 | |
| 105 | |
| 106 | class operate_and_get_next(commands.FinishCommand): |
nothing calls this directly
no test coverage detected