Move the seek pointer back one block and re-execute.
(self)
| 380 | self.seek(self.block_index+num) |
| 381 | |
| 382 | def again(self): |
| 383 | """Move the seek pointer back one block and re-execute.""" |
| 384 | self.back(1) |
| 385 | self() |
| 386 | |
| 387 | def edit(self,index=None): |
| 388 | """Edit a block. |