(self, prompt, title, choices)
| 775 | return NotImplemented |
| 776 | |
| 777 | def get_large_choice_input(self, prompt, title, choices): |
| 778 | return NotImplemented |
| 779 | |
| 780 | def get_open_filename_input(self, prompt, ext): |
| 781 | return get_text_line_input(prompt, "Open File") |
no outgoing calls
no test coverage detected