blob: 2a899546a1a6a598a1613e8a0f3047ae78fff926 [file] [log] [blame]
class A(object):
def foo(self, a, b):
pass
f = A().foo
f(<arg1>1, <arg2>2)