1
2
3
4
# Test source
def test_func(arg):
    print arg
    return arg + 5