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

Method complete_capture

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

Source from the content-addressed store, hash-verified

787 options_capture = ('start', 'stop', 'list', 'fetch', 'print')
788
789 def complete_capture(self, text, line, begidx, endidx):
790 return [cat for cat in self.options_capture if cat.startswith(text)]
791
792 # ------------------------[ hold ]------------------------------------
793 def do_hold(self, arg):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected