File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4497,15 +4497,15 @@ class Color(enum.Enum)
4497
4497
| value
4498
4498
|\x20 \x20
4499
4499
| ----------------------------------------------------------------------
4500
- | Methods inherited from enum.EnumType:
4500
+ | Static methods inherited from enum.EnumType:
4501
4501
|\x20 \x20
4502
- | __contains__(member) from enum.EnumType
4502
+ | __contains__(member)
4503
4503
|\x20 \x20
4504
- | __getitem__(name) from enum.EnumType
4504
+ | __getitem__(name)
4505
4505
|\x20 \x20
4506
- | __iter__() from enum.EnumType
4506
+ | __iter__()
4507
4507
|\x20 \x20
4508
- | __len__() from enum.EnumType
4508
+ | __len__()
4509
4509
|\x20 \x20
4510
4510
| ----------------------------------------------------------------------
4511
4511
| Readonly properties inherited from enum.EnumType:
You can’t perform that action at this time.
0 commit comments