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 95e86e6 commit c7f2686Copy full SHA for c7f2686
Lib/test/test_typing.py
@@ -7131,6 +7131,7 @@ def test_special_attrs(self):
7131
typing.Self: 'Self',
7132
# Subscribed special forms
7133
typing.Annotated[Any, "Annotation"]: 'Annotated',
7134
+ typing.Annotated[int, 'Annotation']: 'Annotated',
7135
typing.ClassVar[Any]: 'ClassVar',
7136
typing.Concatenate[Any, SpecialAttrsP]: 'Concatenate',
7137
typing.Final[Any]: 'Final',
0 commit comments