mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Add missing type_comments attr to ast27.arguments (#522)
This commit is contained in:
committed by
Guido van Rossum
parent
25cb6e4ab4
commit
a257166149
1
third_party/3/typed_ast/ast27.pyi
vendored
1
third_party/3/typed_ast/ast27.pyi
vendored
@@ -347,6 +347,7 @@ class arguments(AST):
|
||||
vararg = ... # type: Optional[identifier]
|
||||
kwarg = ... # type: Optional[identifier]
|
||||
defaults = ... # type: typing.List[expr]
|
||||
type_comments = ... # type: typing.List[str]
|
||||
|
||||
class keyword(AST):
|
||||
arg = ... # type: identifier
|
||||
|
||||
Reference in New Issue
Block a user