File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4891,11 +4891,11 @@ class Color(enum.Enum)
4891
4891
|
4892
4892
| Data and other attributes defined here:
4893
4893
|
4894
- | YELLOW = <Color.YELLOW: 3 >
4894
+ | CYAN = <Color.CYAN: 1 >
4895
4895
|
4896
4896
| MAGENTA = <Color.MAGENTA: 2>
4897
4897
|
4898
- | CYAN = <Color.CYAN: 1 >
4898
+ | YELLOW = <Color.YELLOW: 3 >
4899
4899
|
4900
4900
| ----------------------------------------------------------------------
4901
4901
| Data descriptors inherited from enum.Enum:
@@ -4905,7 +4905,18 @@ class Color(enum.Enum)
4905
4905
| value
4906
4906
|
4907
4907
| ----------------------------------------------------------------------
4908
- | Data descriptors inherited from enum.EnumType:
4908
+ | Methods inherited from enum.EnumType:
4909
+ |
4910
+ | __contains__(value) from enum.EnumType
4911
+ |
4912
+ | __getitem__(name) from enum.EnumType
4913
+ |
4914
+ | __iter__() from enum.EnumType
4915
+ |
4916
+ | __len__() from enum.EnumType
4917
+ |
4918
+ | ----------------------------------------------------------------------
4919
+ | Readonly properties inherited from enum.EnumType:
4909
4920
|
4910
4921
| __members__"""
4911
4922
You can’t perform that action at this time.
0 commit comments