Method called before executing each block.
(self)
| 509 | return marquee(txt,width,mark) |
| 510 | |
| 511 | def pre_cmd(self): |
| 512 | """Method called before executing each block.""" |
| 513 | pass |
| 514 | |
| 515 | def post_cmd(self): |
| 516 | """Method called after executing each block.""" |