Files
openide/python/testData/paramInfo/StarArg.py

5 lines
61 B
Python

def foo(a, b, c):
pass
foo(<arg1>1, <arg2>*(2, <arg2a>3))