solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/docstrings/prompt2.py
2022-04-28 21:17:01 +03:00

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