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

5 lines
57 B
Python

def foo(a, b, c):
pass
foo(<arg1>1, <arg2>2, <arg3>3)