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

Sign up
Appearance settings

Commit cbc78dc

Browse files
committed
Update DOMException.py
`ExceptionCode` is more likely a group of integer constants, rather than an integer enumerator.
1 parent b12f74e commit cbc78dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎w3/python/core/fundamental_interface/DOMException.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import enum
2-
3-
4-
class ExceptionCode(enum.IntEnum):
1+
class ExceptionCode(int):
52
"""Definition group `ExceptionCode`
63
An integer indicating the type of error generated.
74
"""

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /