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