Files
openide/python/testData/paramInfo/PartialNamed.py
2011-04-21 17:11:45 +03:00

5 lines
64 B
Python

def f(a, b, c=1, d=2, e=3):
pass
f(1, 2, <arg1>d=10, <arg2>)