mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
committed by
David Fisher
parent
aa549db5e5
commit
70cfe793d9
3
third_party/3/typed_ast/ast35.pyi
vendored
3
third_party/3/typed_ast/ast35.pyi
vendored
@@ -88,8 +88,9 @@ class Delete(stmt):
|
||||
|
||||
class Assign(stmt):
|
||||
targets = ... # type: typing.List[expr]
|
||||
value = ... # type: expr
|
||||
value = ... # type: Optional[expr]
|
||||
type_comment = ... # type: Optional[str]
|
||||
annotation = ... # type: Optional[expr]
|
||||
|
||||
class AugAssign(stmt):
|
||||
target = ... # type: expr
|
||||
|
||||
Reference in New Issue
Block a user