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

Method complete_cross

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

Source from the content-addressed store, hash-verified

599 if os.path.exists(fontdir) else []) if font.endswith('.pfa')]
600
601 def complete_cross(self, text, line, begidx, endidx):
602 return [cat for cat in self.options_cross if cat.startswith(text)]
603
604 # ------------------------[ replace <old> <new> ]---------------------
605 def do_replace(self, arg):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected