Beispiel #1
0
def test2(arg):
    for i in range(0,10):
        conpig.sleep(1)
        print arg
Beispiel #2
0
def test1(arg):
    for i in range(0,5):
        conpig.sleep(1)
        print arg
    raise Hello    
Beispiel #3
0
def test(arg,ti):
    for i in range(0,20):
        conpig.sleep(ti)
        print arg
Beispiel #4
0
def test(arg):
    for i in range(0,20):
        conpig.sleep(1)
        print arg
Beispiel #5
0
def test1(arg):
    for i in range(0,5):
        conpig.sleep(1)
        print arg
    raise Hello    
Beispiel #6
0
def test(arg,ti):
    for i in range(0,20):
        conpig.sleep(ti)
        print arg