blob: d6f6c87b84984fb0a2432761c5b41a41ff10eda0 [file] [log] [blame]
class Foo:
def moo(self, a, b, c):
pass
foo = Foo()
qoo = foo
qoo.moo(<arg1>1, <arg2>2, <arg3>"bamboo")