def foo(x, y): """A dummy string. :param int x: x value. :param int y: y value. """ return x + y