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

5 lines
64 B
Python

def f(a, b, c, **kwargs):
pass
f(a, <arg1>[1, 2, 3], <arg2>)