(self, text, line, begidx, endidx)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected