MCPcopy Create free account
hub / github.com/RUB-NDS/PRET / complete_resource

Method complete_resource

postscript.py:1055–1056  ·  view source on GitHub ↗
(self, text, line, begidx, endidx)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected