(self, text, line, begidx, endidx)
| 161 | pass |
| 162 | |
| 163 | def complete_test_basic(self, text, line, begidx, endidx) -> Completions: |
| 164 | return self.basic_complete(text, line, begidx, endidx, food_item_strs) |
| 165 | |
| 166 | def do_test_delimited(self, args) -> None: |
| 167 | pass |
nothing calls this directly
no test coverage detected