(self, fields, title)
| 787 | return get_text_line_input(prompt, "Select Directory") |
| 788 | |
| 789 | def get_form_input(self, fields, title): |
| 790 | return False |
| 791 | |
| 792 | def show_message_box(self, title, text, buttons, icon): |
| 793 | return MessageBoxButtonResult.CancelButton |
no outgoing calls
no test coverage detected