Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dconfig.py35 class InvalidConfigType(Exception): pass class
265 raise InvalidConfigType('Invalid configType specified')
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py354 with self.assertRaises(config.InvalidConfigType):