(self, text, line, begidx, endidx)
| 186 | pass |
| 187 | |
| 188 | def complete_test_multiline(self, text, line, begidx, endidx) -> Completions: |
| 189 | return self.basic_complete(text, line, begidx, endidx, sport_item_strs) |
| 190 | |
| 191 | def do_test_no_completer(self, args) -> None: |
| 192 | """Completing this should result in completedefault() being called""" |
nothing calls this directly
no test coverage detected