Files
openide/python/testData/paramInfo/NoArgs.py
2013-04-11 15:07:39 +04:00

5 lines
40 B
Python

def foo(a, b, c):
pass
foo(<arg1>)