We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f16b6 commit 0cefbaaCopy full SHA for 0cefbaa
test/statements/import6.py
@@ -0,0 +1,11 @@
1
+from __future__ import generator_stop
2
+
3
4
5
+from : keyword.control.flow.python, source.python
6
+ : source.python
7
+__future__ : source.python, support.variable.magic.python
8
9
+import : keyword.control.import.python, source.python
10
11
+generator_stop : source.python
0 commit comments