Files
openide/python/testData/editing/enterDocStringStubWithStringPrefix.after.py
Mikhail Golubev 4653df951e PY-16828 Insert docstring stub on enter even if opening quotes have e.g. unicode prefix
Also I removed PythonDocCommentUtil and moved its only method to PythonEnterHandler
2015-09-07 16:07:25 +03:00

6 lines
60 B
Python

def f(x):
u"""
:param x:
:return:
"""