예제 #1
0
def test_clonefunc_not_function():
    assert clonefunc(1) == 1
예제 #2
0
def test_clonefunc_not_function():
    assert clonefunc(1) == 1
예제 #3
0
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)
예제 #4
0
def test_clonefunc(f):
    assert clonefunc(f)(1) == f(1)
    assert clonefunc(f)(1) == f(1)