Lines Matching full:red
15 red = 1
19 Now, Color.red, Color.green and Color.blue behave totally
34 statement. In the above example, it would be {'red': 1,
51 For example, Color.red returns the value corresponding to red.
93 EnumInstance('Color', 'red', 12) prints as 'Color.red' and behaves
129 red = 1 variable in _test.Color
133 print Color.red
136 print Color.red == Color.red
137 print Color.red == Color.blue
138 print Color.red == 1
139 print Color.red == 2
149 print ExtendedColor.red
151 print Color.red == ExtendedColor.red
160 print MergedColor.red