|
| 1 | +from.foo import d |
| 2 | +from.import a |
| 3 | + |
| 4 | +foo.import |
| 5 | + |
| 6 | +raise Exception from Foo |
| 7 | + |
| 8 | +def bar(): |
| 9 | + yield from baz |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +from : keyword.control.import.python, source.python |
| 14 | +. : source.python |
| 15 | +foo : source.python |
| 16 | + : source.python |
| 17 | +import : keyword.control.import.python, source.python |
| 18 | + : source.python |
| 19 | +d : source.python |
| 20 | +from : keyword.control.import.python, source.python |
| 21 | +. : source.python |
| 22 | +import : keyword.control.import.python, source.python |
| 23 | + : source.python |
| 24 | +a : source.python |
| 25 | + : source.python |
| 26 | +foo : source.python |
| 27 | +. : source.python |
| 28 | +import : keyword.control.flow.python, source.python |
| 29 | + : source.python |
| 30 | +raise : keyword.control.flow.python, source.python |
| 31 | + : source.python |
| 32 | +Exception : source.python, support.type.exception.python |
| 33 | + : source.python |
| 34 | +from : keyword.control.flow.python, source.python |
| 35 | + : source.python |
| 36 | +Foo : source.python |
| 37 | + : source.python |
| 38 | +def : meta.function.python, source.python, storage.type.function.python |
| 39 | + : meta.function.python, source.python |
| 40 | +bar : entity.name.function.python, meta.function.python, source.python |
| 41 | +( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python |
| 42 | +) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python |
| 43 | +: : meta.function.python, punctuation.section.function.begin.python, source.python |
| 44 | + : source.python |
| 45 | +yield from : keyword.control.flow.python, source.python |
| 46 | + : source.python |
| 47 | +baz : source.python |
0 commit comments