Files
openide/python/testData/docstrings/sectionStartAfterQuotes.py

9 lines
115 B
Python

def func():
"""Examples:
Useless call
func() == func()
Notes:
some
notes
"""