MCPcopy Index your code
hub / github.com/python/cpython / get_parser

Method get_parser

Lib/idlelib/idle_test/test_hyperparser.py:58–62  ·  view source on GitHub ↗

Return a parser object with index at 'index'

(self, index)

Source from the content-addressed store, hash-verified

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 """

Callers 1

test_initMethod · 0.95

Calls 1

HyperParserClass · 0.90

Tested by

no test coverage detected