OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_name
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/idlelib/
configdialog.py
[
all
...]
/external/python/cpython3/Lib/idlelib/idle_test/
test_configdialog.py
652
theme_name
= 'spam theme'
653
idleConf.userCfg['highlight'].SetOption(
theme_name
, 'name', 'value')
654
highpage[
theme_name
] = {'option': 'True'}
658
d.custom_name.set(
theme_name
)
664
eq(highpage[
theme_name
], {'option': 'True'})
674
self.assertNotIn(
theme_name
, highpage)
[
all
...]
Completed in 44 milliseconds