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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
H A DEnum.py106 class ExtendedColor(Color): class in function:_test
113 print ExtendedColor.orange
114 print ExtendedColor.red
116 print Color.red == ExtendedColor.red
129 print ExtendedColor
148 class ExtendedColor(Color): class in function:_test2
155 print ExtendedColor.orange
156 print ExtendedColor.red
158 print Color.red == ExtendedColor.red
171 print ExtendedColor
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
H A DEnum.py141 class ExtendedColor(Color): class in function:_test
148 print ExtendedColor.orange
149 print ExtendedColor.red
151 print Color.red == ExtendedColor.red
164 print ExtendedColor

Completed in 68 milliseconds