Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_enum.py1631 class ColorInAList(AutoNumberInAList): class
1635 … self.assertEqual(list(ColorInAList), [ColorInAList.red, ColorInAList.green, ColorInAList.blue])
1636 for enum, value in zip(ColorInAList, range(3)):
1639 self.assertIs(ColorInAList([value]), enum)