Ejemplo n.º 1
0
 def dummy_cycle(self, master, n, content):
     for i in range(n):
         self.cycle(master, content)
     master.shutdown()
Ejemplo n.º 2
0
 def dummy_cycle(self, master, n, content):
     for i in range(n):
         self.cycle(master, content)
     master.shutdown()