File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4792,11 +4792,11 @@ class Color(enum.Enum)
4792
4792
|
4793
4793
| Data and other attributes defined here:
4794
4794
|
4795
- | YELLOW = <Color.YELLOW: 3 >
4795
+ | CYAN = <Color.CYAN: 1 >
4796
4796
|
4797
4797
| MAGENTA = <Color.MAGENTA: 2>
4798
4798
|
4799
- | CYAN = <Color.CYAN: 1 >
4799
+ | YELLOW = <Color.YELLOW: 3 >
4800
4800
|
4801
4801
| ----------------------------------------------------------------------
4802
4802
| Data descriptors inherited from enum.Enum:
@@ -4806,7 +4806,18 @@ class Color(enum.Enum)
4806
4806
| value
4807
4807
|
4808
4808
| ----------------------------------------------------------------------
4809
- | Data descriptors inherited from enum.EnumType:
4809
+ | Methods inherited from enum.EnumType:
4810
+ |
4811
+ | __contains__(value) from enum.EnumType
4812
+ |
4813
+ | __getitem__(name) from enum.EnumType
4814
+ |
4815
+ | __iter__() from enum.EnumType
4816
+ |
4817
+ | __len__() from enum.EnumType
4818
+ |
4819
+ | ----------------------------------------------------------------------
4820
+ | Readonly properties inherited from enum.EnumType:
4810
4821
|
4811
4822
| __members__"""
4812
4823
You can’t perform that action at this time.
0 commit comments