示例#1
0
 def __init__(self, cr):
     try:
         self.DistributedCogStation_initialized
         return
     except:
         self.DistributedCogStation_initialized = 1
     DistributedGroupStation.__init__(self, cr)
     CogStation.__init__(self)
示例#2
0
    def __init__(self, cr):
        try:
            self.DistributedCogStation_initialized
            return
        except:
            self.DistributedCogStation_initialized = 1

        DistributedGroupStation.__init__(self, cr)
        CogStation.__init__(self)
示例#3
0
 def delete(self):
     CogStation.delete(self)
     DistributedGroupStation.delete(self)
示例#4
0
 def disable(self):
     self.reparentTo(hidden)
     DistributedGroupStation.disable(self)
示例#5
0
 def announceGenerate(self):
     DistributedGroupStation.announceGenerate(self)
     self.reparentTo(render)
示例#6
0
 def generate(self):
     DistributedGroupStation.generate(self)
     self.generateStation()
示例#7
0
 def delete(self):
     CogStation.delete(self)
     DistributedGroupStation.delete(self)
示例#8
0
 def disable(self):
     self.reparentTo(hidden)
     DistributedGroupStation.disable(self)
示例#9
0
 def announceGenerate(self):
     DistributedGroupStation.announceGenerate(self)
     self.reparentTo(render)
示例#10
0
 def generate(self):
     DistributedGroupStation.generate(self)
     self.generateStation()