Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('') variable
660 userhigh.read_string('[Custom Dark]\na=b')
666 userhigh.remove_section('Custom Dark')
761 self.assertEqual(userhigh['Hsec']['hitem'], 'hval')
766 userhigh.remove_section('Hsec')