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

5 lines
67 B
Python

class C:
def __init__(self, auno=True): pass
c = C(au<caret>)