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

7 lines
74 B
Python

def foo(bar):
bar.app<caret>
def baz():
foo(['hello', 'world'])