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

Method complete_config

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected