Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_enum.py2163 class ColorInAList(AutoNumberInAList): class
2167 self.assertEqual(list(ColorInAList), [ColorInAList.red, ColorInAList.green, ColorInAList.blue])
2168 for enum, value in zip(ColorInAList, range(3)):
2171 self.assertIs(ColorInAList([value]), enum)

Completed in 9 milliseconds