def foo(bar, baz): """Do foo. :type bar: object :param bar: something :return: something else """ return bar + baz