コード例 #1
0
 def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
     if parentId:
         parent = self.getParentObj()
         self.reparentTo(parent)
コード例 #2
0
    def setLocation(self, parentId, zoneId):
        DistributedNode.setLocation(self, parentId, zoneId)

        if self.parentId:
            self.reparentTo(self.getParentObj())
コード例 #3
0
 def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
コード例 #4
0
 def setLocation(self, parentId, zoneId):
     DistributedNode.setLocation(self, parentId, zoneId)
     if parentId:
         parent = self.getParentObj()
         self.reparentTo(parent)