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

Method new_parser

Lib/idlelib/idle_test/test_config.py:100–101  ·  view source on GitHub ↗
(self, path='')

Source from the content-addressed store, hash-verified

98 """Test that IdleUserConfParser works"""
99
100 def new_parser(self, path=''):
101 return config.IdleUserConfParser(path)
102
103 def test_set_option(self):
104 parser = self.new_parser()

Callers 6

test_set_optionMethod · 0.95
test_remove_optionMethod · 0.95
test_add_sectionMethod · 0.95
test_is_emptyMethod · 0.95
test_saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected