class Foo(object):
    def some_function():
        return other(arg1,
                     arg2,
                     arg3)
    pass
