(self, text, line, begidx, endidx)
| 921 | 'currentuserparams', 'currentsystemparams') |
| 922 | |
| 923 | def complete_dump(self, text, line, begidx, endidx): |
| 924 | return [cat for cat in self.options_dump if cat.startswith(text)] |
| 925 | |
| 926 | # define alias |
| 927 | complete_browse = complete_dump |
nothing calls this directly
no outgoing calls
no test coverage detected