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

5 lines
63 B
Python

class C:
def __init__(self, auno=True): pass
c = C(auno=)