mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
477 B
Python
14 lines
477 B
Python
"""
|
|
def foo():
|
|
...
|
|
>>>
|
|
"""
|
|
|
|
|
|
|
|
""" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.multi.python
|
|
def foo(): : source.python, string.quoted.docstring.multi.python
|
|
... : source.python, string.quoted.docstring.multi.python
|
|
>>> : source.python, string.quoted.docstring.multi.python
|
|
""" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.multi.python
|