Files
openide/python/testData/docstrings/googleNoColonAfterParameter.py

6 lines
64 B
Python

def f(x, y):
"""
Args:
x
y (int)
"""