We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e224a commit c926e72Copy full SHA for c926e72
1 file changed
tests/cpydiff/types_exception_subclassinit.py
@@ -4,9 +4,9 @@
4
cause: Subclassing native classes is not fully supported in MicroPython.
5
workaround: Call using ``super()`` instead::
6
7
-class A(Exception):
8
- def __init__(self):
9
- super().__init__()
+ class A(Exception):
+ def __init__(self):
+ super().__init__()
10
"""
11
class A(Exception):
12
def __init__(self):
0 commit comments