Files
openide/python/testData/inspections/NumpyDocStringRemoveLastOfCombinedParams.py

8 lines
101 B
Python

def f():
"""
Parameters
==========
x, y, <caret>z : type
description
"""