mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
gh-115252: Fix test_enum with -OO mode again (GH-115334)
This commit is contained in:
parent
d823c23549
commit
ca3604a3e3
1 changed files with 5 additions and 5 deletions
|
@ -4905,15 +4905,15 @@ class Color(enum.Enum)
|
||||||
| value
|
| 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:
|
| Readonly properties inherited from enum.EnumType:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue