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

Method complete_dump

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected