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)
47924792 |
47934793 | Data and other attributes defined here:
47944794 |
4795- | YELLOW = <Color.YELLOW: 3 >
4795+ | CYAN = <Color.CYAN: 1 >
47964796 |
47974797 | MAGENTA = <Color.MAGENTA: 2>
47984798 |
4799- | CYAN = <Color.CYAN: 1 >
4799+ | YELLOW = <Color.YELLOW: 3 >
48004800 |
48014801 | ----------------------------------------------------------------------
48024802 | Data descriptors inherited from enum.Enum:
@@ -4806,7 +4806,18 @@ class Color(enum.Enum)
48064806 | value
48074807 |
48084808 | ----------------------------------------------------------------------
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:
48104821 |
48114822 | __members__"""
48124823
You can’t perform that action at this time.
0 commit comments