1 2 3 4 5 6 7 8
def foo(x, y): """A dummy string. :param int x: x value. :param int y: y value. """ return x + y