Files
openide/python/testData/completion/paramNameInGoogleDocstring.after.py

6 lines
68 B
Python

def f(param1, param2):
"""
Args:
par<caret>
"""