Beispiel #1
0
 def broadcast(self, v):
     self.start()
     return Broadcast.newBroadcast(v, self.isLocal)
Beispiel #2
0
 def broadcast(self, v):
     self.start()
     return Broadcast.newBroadcast(v, self.master == 'local')
Beispiel #3
0
 def broadcast(self, v):
     self.start()
     return Broadcast.newBroadcast(v, self.master=='local')
Beispiel #4
0
 def broadcast(self, v):
     self.start()
     return Broadcast.newBroadcast(v, self.isLocal)