|
| 1 | +def foo(): |
| 2 | + '''>>> print("""docstring""")''' |
| 3 | +def foo(): |
| 4 | + """>>> print('''docstring''')""" |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | +def : meta.function.python, source.python, storage.type.function.python |
| 10 | + : meta.function.python, source.python |
| 11 | +foo : entity.name.function.python, meta.function.python, source.python |
| 12 | +( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python |
| 13 | +) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python |
| 14 | +: : meta.function.python, punctuation.section.function.begin.python, source.python |
| 15 | + : source.python |
| 16 | +''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 17 | +>>> : source.python, string.quoted.docstring.python |
| 18 | + : source.python, string.quoted.docstring.python |
| 19 | +print : meta.function-call.python, source.python, string.quoted.docstring.python, support.function.builtin.python |
| 20 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python, string.quoted.docstring.python |
| 21 | +""" : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
| 22 | +docstring : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
| 23 | +""" : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
| 24 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python, string.quoted.docstring.python |
| 25 | +''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 26 | +def : meta.function.python, source.python, storage.type.function.python |
| 27 | + : meta.function.python, source.python |
| 28 | +foo : entity.name.function.python, meta.function.python, source.python |
| 29 | +( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python |
| 30 | +) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python |
| 31 | +: : meta.function.python, punctuation.section.function.begin.python, source.python |
| 32 | + : source.python |
| 33 | +""" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 34 | +>>> : source.python, string.quoted.docstring.python |
| 35 | + : source.python, string.quoted.docstring.python |
| 36 | +print : meta.function-call.python, source.python, string.quoted.docstring.python, support.function.builtin.python |
| 37 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python, string.quoted.docstring.python |
| 38 | +''' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
| 39 | +docstring : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
| 40 | +''' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
| 41 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python, string.quoted.docstring.python |
| 42 | +""" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
0 commit comments