|
| 1 | +def get_streaks(s) \ |
| 2 | + -> 'spam': pass |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +def : meta.function.python, source.python, storage.type.function.python |
| 7 | + : meta.function.python, source.python |
| 8 | +get_streaks : entity.name.function.python, meta.function.python, source.python |
| 9 | +( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python |
| 10 | +s : meta.function.parameters.python, meta.function.python, source.python, variable.parameter.function.language.python |
| 11 | +) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python |
| 12 | + : meta.function.python, source.python |
| 13 | +\ : meta.function.python, separator.continuation.line.python, source.python |
| 14 | + : meta.function.python, source.python |
| 15 | + : meta.function.python, source.python |
| 16 | +-> : meta.function.python, punctuation.separator.annotation.result.python, source.python |
| 17 | + : meta.function.python, source.python |
| 18 | +' : meta.function.python, punctuation.definition.string.begin.python, source.python, string.quoted.single.python |
| 19 | +spam : meta.function.python, source.python, string.quoted.single.python |
| 20 | +' : meta.function.python, punctuation.definition.string.end.python, source.python, string.quoted.single.python |
| 21 | +: : meta.function.python, punctuation.section.function.begin.python, source.python |
| 22 | + : source.python |
| 23 | +pass : keyword.control.flow.python, source.python |
0 commit comments