Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/newmetaclasses/
DEnum.py106 class ExtendedColor(Color): class
113 print ExtendedColor.orange
114 print ExtendedColor.red
116 print Color.red == ExtendedColor.red
129 print ExtendedColor
148 class ExtendedColor(Color): class
155 print ExtendedColor.orange
156 print ExtendedColor.red
158 print Color.red == ExtendedColor.red
171 print ExtendedColor
/external/python/cpython2/Demo/metaclasses/
DEnum.py141 class ExtendedColor(Color): class
148 print ExtendedColor.orange
149 print ExtendedColor.red
151 print Color.red == ExtendedColor.red
164 print ExtendedColor