Files
openide/python/testData/highlighting/argumentList.py

3 lines
54 B
Python

def comp_args(a=2, (b, c)=(3, 4)):
return a, b, c