示例#1
0
 def act(action):
     res = de(func, action, pidfile, **std)
     return res
示例#2
0
 def act(action):
     res = de(repeat(sleep_time, times)(func), action, pidfile, **std)
     return res