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