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

5 lines
67 B
Python

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