We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from
1 parent 82e689a commit 15c69d6Copy full SHA for 15c69d6
1 file changed
tests/test.py
@@ -9,10 +9,12 @@
9
# Keywords.
10
11
with break continue del exec return pass print raise global assert lambda yield
12
-for while if elif else import from as try except finally and in is not or
+for while if elif else import as try except finally and in is not or
13
14
from test import var as name
15
16
+raise Exception from ex
17
+
18
yield from
19
20
def functionname
0 commit comments