Return a parser object with index at 'index'
(self, index)
| 56 | self.editwin.prompt_last_line = '>>>' |
| 57 | |
| 58 | def get_parser(self, index): |
| 59 | """ |
| 60 | Return a parser object with index at 'index' |
| 61 | """ |
| 62 | return HyperParser(self.editwin, index) |
| 63 | |
| 64 | def test_init(self): |
| 65 | """ |