mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
[3.11] gh-115252: Fix test_enum with -OO mode again (GH-115334) (GH-115397)
(cherry picked from commit ca3604a3e3
)
This commit is contained in:
parent
b86fdf2222
commit
7ba2d78cbb
1 changed files with 5 additions and 5 deletions
|
@ -4497,15 +4497,15 @@ class Color(enum.Enum)
|
|||
| value
|
||||
|\x20\x20
|
||||
| ----------------------------------------------------------------------
|
||||
| Methods inherited from enum.EnumType:
|
||||
| Static methods inherited from enum.EnumType:
|
||||
|\x20\x20
|
||||
| __contains__(member) from enum.EnumType
|
||||
| __contains__(member)
|
||||
|\x20\x20
|
||||
| __getitem__(name) from enum.EnumType
|
||||
| __getitem__(name)
|
||||
|\x20\x20
|
||||
| __iter__() from enum.EnumType
|
||||
| __iter__()
|
||||
|\x20\x20
|
||||
| __len__() from enum.EnumType
|
||||
| __len__()
|
||||
|\x20\x20
|
||||
| ----------------------------------------------------------------------
|
||||
| Readonly properties inherited from enum.EnumType:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue