Searched refs:ColorInAList (Results 1 – 1 of 1) sorted by relevance
1798 class ColorInAList(AutoNumberInAList): class1802 … 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)