(self, s, n=10, wait_for_keypress=False)
| 539 | self.prompt(q, callback_wrapper, single=True) |
| 540 | |
| 541 | def notify(self, s, n=10, wait_for_keypress=False): |
| 542 | return self.statusbar.message(s, n) |
| 543 | |
| 544 | def prompt(self, s, callback=None, single=False): |
| 545 | """Prompt the user for input. The result will be returned via calling |