mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
[3.12] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115396)
(cherry picked from commit ca3604a3e3
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
4d87832d87
commit
79d1d6de1d
1 changed files with 5 additions and 5 deletions
|
@ -4806,15 +4806,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue