示例#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