Clear the status bar.
(self)
| 244 | self.s = s |
| 245 | |
| 246 | def clear(self): |
| 247 | """Clear the status bar.""" |
| 248 | self.settext("") |
| 249 | |
| 250 | def _on_prompt_enter(self, edit, new_text): |
| 251 | """Reset the statusbar and pass the input from the prompt to the caller |
no test coverage detected