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