mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add Yield node
This commit is contained in:
parent
9b3be7f5d9
commit
34aeeffb62
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ Raise: expr1, expr2, expr3
|
|||
TryFinally: body, final
|
||||
TryExcept: body, handlers, else_
|
||||
Return: value
|
||||
Yield: value
|
||||
Const: value
|
||||
Print: nodes, dest
|
||||
Printnl: nodes, dest
|
||||
|
|
|
@ -16,6 +16,7 @@ Raise: expr1, expr2, expr3
|
|||
TryFinally: body, final
|
||||
TryExcept: body, handlers, else_
|
||||
Return: value
|
||||
Yield: value
|
||||
Const: value
|
||||
Print: nodes, dest
|
||||
Printnl: nodes, dest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue