Your IP : 216.73.216.1


Current Path : /usr/local/python-3.2/lib/python3.2/test/tracedmodules/
Upload File :
Current File : //usr/local/python-3.2/lib/python3.2/test/tracedmodules/testmod.py

def func(x):
    b = x + 1
    return b + 2

def func2():
    """Test function for issue 9936 """
    return (1,
            2,
            3)