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 97f9186 commit 81eadfbCopy full SHA for 81eadfb
mypyc/test-data/run-weakref.test
@@ -4,6 +4,7 @@
4
import asyncio
5
import pytest # type: ignore [import-not-found]
6
from weakref import ref
7
+from mypy_extensions import mypyc_attr
8
9
@mypyc_attr(native_class=False)
10
class Object:
0 commit comments