Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca3604a

Browse filesBrowse files
gh-115252: Fix test_enum with -OO mode again (GH-115334)
1 parent d823c23 commit ca3604a
Copy full SHA for ca3604a

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎Lib/test/test_enum.py

Copy file name to clipboardExpand all lines: Lib/test/test_enum.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4905,15 +4905,15 @@ class Color(enum.Enum)
49054905
| value
49064906
|
49074907
| ----------------------------------------------------------------------
4908-
| Methods inherited from enum.EnumType:
4908+
| Static methods inherited from enum.EnumType:
49094909
|
4910-
| __contains__(value) from enum.EnumType
4910+
| __contains__(value)
49114911
|
4912-
| __getitem__(name) from enum.EnumType
4912+
| __getitem__(name)
49134913
|
4914-
| __iter__() from enum.EnumType
4914+
| __iter__()
49154915
|
4916-
| __len__() from enum.EnumType
4916+
| __len__()
49174917
|
49184918
| ----------------------------------------------------------------------
49194919
| Readonly properties inherited from enum.EnumType:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.