Files
openide/python/testData/codeInsight/smartEnter/googleDocStringColonAndIndentAfterSection_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
55 B
Python

def func():
"""
Args:
<caret>
"""