Home
last modified time | relevance | path

Searched refs:userhigh (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('') variable
643 userhigh.read_string('[Custom Dark]\na=b')
649 userhigh.remove_section('Custom Dark')
744 self.assertEqual(userhigh['Hsec']['hitem'], 'hval')
749 userhigh.remove_section('Hsec')