(self, text, line, begidx, endidx)
| 786 | options_fuzz = ("path", "write", "blind") |
| 787 | |
| 788 | def complete_fuzz(self, text, line, begidx, endidx): |
| 789 | return [cat for cat in self.options_fuzz if cat.startswith(text)] |
| 790 | |
| 791 | # ==================================================================== |
| 792 |
nothing calls this directly
no outgoing calls
no test coverage detected