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

4 lines
46 B
Python

z = lambda x,y: x+y
y = z
y(<arg1>1, <arg2>2)