Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py1798 class ColorInAList(AutoNumberInAList): class
1802 … self.assertEqual(list(ColorInAList), [ColorInAList.red, ColorInAList.green, ColorInAList.blue])
1803 for enum, value in zip(ColorInAList, range(3)):
1806 self.assertIs(ColorInAList([value]), enum)