Files
openide/python/testData/editing/sectionIndentInsideGoogleDocStringCustomIndent.after.py
Mikhail Golubev a955f6c927 PY-16765 For sections inside Google code style docstring use indentation configured for Python
PyFunctionBuilder and PyDocstringGenerator require a PSI element to
use proper formatting and style for generated docstring.
2015-09-23 18:42:17 +03:00

5 lines
58 B
Python

def f(param):
"""
Args:
param<caret>
"""