mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
[stdlib/2and3/__future__] Add PEP 563 annotations (#1880)
This commit is contained in:
committed by
Jelle Zijlstra
parent
d288f443b9
commit
2e278f2aeb
@@ -18,4 +18,7 @@ if sys.version_info >= (3, 0):
|
||||
if sys.version_info >= (3, 5):
|
||||
generator_stop: _Feature
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
annotations: _Feature
|
||||
|
||||
all_feature_names: List[str]
|
||||
|
||||
Reference in New Issue
Block a user