Files
openide/python/testData/paramInfo/TupleArgPlainParam.py
2010-11-05 19:33:58 +02:00

5 lines
58 B
Python

def f(a, b, c):
return a, b, c
f(1, (2, 3, <arg>4), 5)