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

8 lines
83 B
Python

class A(object):
def foo(self, a, b):
pass
f = A().foo
f(<arg1>1, <arg2>2)