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.
annotations
1 parent d288f44 commit 2e278f2Copy full SHA for 2e278f2
stdlib/2and3/__future__.pyi
@@ -18,4 +18,7 @@ if sys.version_info >= (3, 0):
18
if sys.version_info >= (3, 5):
19
generator_stop: _Feature
20
21
+if sys.version_info >= (3, 7):
22
+ annotations: _Feature
23
+
24
all_feature_names: List[str]
0 commit comments