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