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 e6f609a commit ca1a18fCopy full SHA for ca1a18f
Lib/test/typinganndata/fwdref_module.py
@@ -0,0 +1,6 @@
1
+from typing import ForwardRef
2
+
3
+MyList = list[int]
4
+MyDict = dict[str, 'MyList']
5
6
+fw = ForwardRef('MyDict', module=__name__)
0 commit comments