Blank marquee that returns '' no matter what the input.
(self,txt='',width=78,mark='*')
| 613 | """ |
| 614 | |
| 615 | def marquee(self,txt='',width=78,mark='*'): |
| 616 | """Blank marquee that returns '' no matter what the input.""" |
| 617 | return '' |
| 618 | |
| 619 | def pre_cmd(self): |
| 620 | """Method called before executing each block. |
nothing calls this directly
no outgoing calls
no test coverage detected