(self, text, line, begidx, endidx)
| 1117 | 'mirror': 'MirrorPrint'} |
| 1118 | |
| 1119 | def complete_config(self, text, line, begidx, endidx): |
| 1120 | return [cat for cat in self.options_config if cat.startswith(text)] |
nothing calls this directly
no outgoing calls
no test coverage detected