Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 7b4d6d5 commit 7e2ac25Copy full SHA for 7e2ac25
1 file changed
Tools/compiler/ast.txt
@@ -22,8 +22,9 @@ For: assign, list, body, else_&
22
While: test, body, else_&
23
With: expr, vars&, body
24
If: tests!, else_&
25
+IfExp: test, then, else_
26
Exec: expr, locals&, globals&
-From: modname*, names*
27
+From: modname*, names*, level*
28
Import: names*
29
Raise: expr1&, expr2&, expr3&
30
TryFinally: body, final
0 commit comments