(self, text, line, begidx, endidx)
| 1053 | options_resource = [] |
| 1054 | |
| 1055 | def complete_resource(self, text, line, begidx, endidx): |
| 1056 | return [cat for cat in self.options_resource if cat.startswith(text)] |
| 1057 | |
| 1058 | # retrieve available resources |
| 1059 | def populate_resource(self): |
nothing calls this directly
no outgoing calls
no test coverage detected