We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da085e commit 8379e1bCopy full SHA for 8379e1b
mypyc/test-data/irbuild-classes.test
@@ -1375,7 +1375,8 @@ class BadUse(): # E: native_class must be used with True or False only
1375
from mypy_extensions import mypyc_attr
1376
1377
@mypyc_attr(native_class=True)
1378
-class M(type): # E: Inheriting from most builtin types is unimplemented
+class M(type): # E: Inheriting from most builtin types is unimplemented \
1379
+ # N: Potential workaround: @mypy_extensions.mypyc_attr(native_class=False)
1380
pass
1381
1382
0 commit comments