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.
__conditional_annotations__
1 parent 888473f commit 88ab271Copy full SHA for 88ab271
1 file changed
mypy/stubtest.py
@@ -1653,6 +1653,7 @@ def verify_typealias(
1653
"__loader__",
1654
"__spec__",
1655
"__annotations__",
1656
+ "__conditional_annotations__", # 3.14+
1657
"__annotate__",
1658
"__path__", # mypy adds __path__ to packages, but C packages don't have it
1659
"__getattr__", # resulting behaviour might be typed explicitly
0 commit comments