Exemple #1
0
 def setup_local_chop(self, name="ChopShop", pid=-1):
     #This allows Process 1 to access Chops, note that it has
     #a hardcoded id of -1 since otherwise it might overlap
     #with the other chops, only use a custom id if you know
     #what you're doing
     chophelper = ChopHelper(self.tocaller, self.options)
     self.chop = chophelper.setup_module(name, pid)
Exemple #2
0
 def setup_local_chop(self, name = "ChopShop", pid = -1):
     #This allows Process 1 to access Chops, note that it has
     #a hardcoded id of -1 since otherwise it might overlap
     #with the other chops, only use a custom id if you know
     #what you're doing
     chophelper = ChopHelper(self.tocaller, self.options)
     self.chop = chophelper.setup_module(name, pid)