예제 #1
0
def test2(arg):
    for i in range(0,10):
        conpig.sleep(1)
        print arg
예제 #2
0
def test1(arg):
    for i in range(0,5):
        conpig.sleep(1)
        print arg
    raise Hello    
예제 #3
0
def test(arg,ti):
    for i in range(0,20):
        conpig.sleep(ti)
        print arg
예제 #4
0
파일: test1.py 프로젝트: dotpot/conpig
def test(arg):
    for i in range(0,20):
        conpig.sleep(1)
        print arg
예제 #5
0
파일: test5.py 프로젝트: dotpot/conpig
def test1(arg):
    for i in range(0,5):
        conpig.sleep(1)
        print arg
    raise Hello    
예제 #6
0
파일: test2.py 프로젝트: dotpot/conpig
def test(arg,ti):
    for i in range(0,20):
        conpig.sleep(ti)
        print arg