gh-115252: Fix test_enum with -OO mode again (GH-115334)

This commit is contained in:
Serhiy Storchaka 2024-02-13 12:21:20 +02:00 committed by GitHub
parent d823c23549
commit ca3604a3e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4905,15 +4905,15 @@ class Color(enum.Enum)
| value
|
| ----------------------------------------------------------------------
| Methods inherited from enum.EnumType:
| Static methods inherited from enum.EnumType:
|
| __contains__(value) from enum.EnumType
| __contains__(value)
|
| __getitem__(name) from enum.EnumType
| __getitem__(name)
|
| __iter__() from enum.EnumType
| __iter__()
|
| __len__() from enum.EnumType
| __len__()
|
| ----------------------------------------------------------------------
| Readonly properties inherited from enum.EnumType: