Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py32 class InvalidTheme(Exception): pass class
324 raise InvalidTheme('Invalid theme type specified')
/external/python/cpython3/Lib/idlelib/
Dconfig.py38 class InvalidTheme(Exception): pass class
328 raise InvalidTheme('Invalid theme type specified')
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py401 with self.assertRaises(config.InvalidTheme):