(self, prompt, title, view, current_address)
| 769 | continue |
| 770 | |
| 771 | def get_address_input(self, prompt, title, view, current_address): |
| 772 | return get_int_input(prompt, title) |
| 773 | |
| 774 | def get_choice_input(self, prompt, title, choices): |
| 775 | return NotImplemented |
no test coverage detected